Mercurial > audlegacy-plugins
annotate src/echo_plugin/Makefile @ 1867:f83e1be5b3fa
Fix ALSA plugin's Makefile.
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Tue, 25 Sep 2007 17:24:25 +0300 |
| parents | d9d4b258fbf1 |
| children | a56a26a5f233 |
| rev | line source |
|---|---|
| 1825 | 1 PLUGIN = echo${PLUGIN_SUFFIX} |
|
1862
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1825
diff
changeset
|
2 SRCS = echo.c \ |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1825
diff
changeset
|
3 gui.c |
|
127
46730e83b1e2
[svn] - echo plugin support by Christian Birchinger <joker -at- gentoo.org>
nenolod
parents:
diff
changeset
|
4 |
| 1825 | 5 plugindir = audacious/${EFFECT_PLUGIN_DIR} |
|
127
46730e83b1e2
[svn] - echo plugin support by Christian Birchinger <joker -at- gentoo.org>
nenolod
parents:
diff
changeset
|
6 |
| 1825 | 7 include ../../buildsys.mk |
| 8 include ../../extra.mk | |
|
127
46730e83b1e2
[svn] - echo plugin support by Christian Birchinger <joker -at- gentoo.org>
nenolod
parents:
diff
changeset
|
9 |
| 1825 | 10 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../.. |
| 11 CFLAGS += ${PLUGIN_CFLAGS} | |
|
1862
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1825
diff
changeset
|
12 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} |
