annotate src/alsa/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 eed7c270e8dd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1867
f83e1be5b3fa Fix ALSA plugin's Makefile.
Matti Hamalainen <ccr@tnsp.org>
parents: 1862
diff changeset
1 PLUGIN = ALSA${PLUGIN_SUFFIX}
1803
bc676d17cf7f alsa: mk2
William Pitcock <nenolod@atheme.org>
parents: 578
diff changeset
2 SRCS = alsa.c about.c audio.c configure.c init.c
17
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
3
1862
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1803
diff changeset
4 plugindir = audacious/${OUTPUT_PLUGIN_DIR}
17
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
5
1862
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1803
diff changeset
6 include ../../buildsys.mk
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1803
diff changeset
7 include ../../extra.mk
17
cf1054422f81 [svn] - fix a lot of paths
nenolod
parents:
diff changeset
8
1862
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1803
diff changeset
9 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
10 CFLAGS += ${PLUGIN_CFLAGS}
d9d4b258fbf1 Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents: 1803
diff changeset
11 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${ALSA_LIBS}