Mercurial > audlegacy-plugins
annotate src/alsa/Makefile @ 1948:66fb09cd894e
Backed out changeset 05b9abd78a87
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Tue, 02 Oct 2007 00:50:48 +0300 |
| parents | eed7c270e8dd |
| children | a56a26a5f233 |
| rev | line source |
|---|---|
|
1867
f83e1be5b3fa
Fix ALSA plugin's Makefile.
Matti Hamalainen <ccr@tnsp.org>
parents:
1862
diff
changeset
|
1 PLUGIN = ALSA${PLUGIN_SUFFIX} |
| 1882 | 2 SRCS = alsa.c \ |
| 3 about.c \ | |
| 4 audio.c \ | |
| 5 configure.c \ | |
| 6 init.c | |
| 17 | 7 |
|
1862
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1803
diff
changeset
|
8 plugindir = audacious/${OUTPUT_PLUGIN_DIR} |
| 17 | 9 |
|
1862
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1803
diff
changeset
|
10 include ../../buildsys.mk |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1803
diff
changeset
|
11 include ../../extra.mk |
| 17 | 12 |
|
1862
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1803
diff
changeset
|
13 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${ALSA_CFLAGS} -I../../intl -I../.. |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1803
diff
changeset
|
14 CFLAGS += ${PLUGIN_CFLAGS} |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1803
diff
changeset
|
15 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${ALSA_LIBS} |
