Mercurial > audlegacy-plugins
comparison src/alsa/Makefile @ 2006:a56a26a5f233
Revised the plugindir logic.
author | Eugene Paskevich <eugene@raptor.kiev.ua> |
---|---|
date | Wed, 10 Oct 2007 01:40:13 +0300 |
parents | eed7c270e8dd |
children | 1ad002ce1bd0 |
comparison
equal
deleted
inserted
replaced
2005:e2904348f154 | 2006:a56a26a5f233 |
---|---|
3 about.c \ | 3 about.c \ |
4 audio.c \ | 4 audio.c \ |
5 configure.c \ | 5 configure.c \ |
6 init.c | 6 init.c |
7 | 7 |
8 plugindir = audacious/${OUTPUT_PLUGIN_DIR} | |
9 | |
10 include ../../buildsys.mk | 8 include ../../buildsys.mk |
11 include ../../extra.mk | 9 include ../../extra.mk |
10 | |
11 plugindir := $(plugindir)/${OUTPUT_PLUGIN_DIR} | |
12 | 12 |
13 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${ALSA_CFLAGS} -I../../intl -I../.. | 13 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${ALSA_CFLAGS} -I../../intl -I../.. |
14 CFLAGS += ${PLUGIN_CFLAGS} | 14 CFLAGS += ${PLUGIN_CFLAGS} |
15 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${ALSA_LIBS} | 15 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${ALSA_LIBS} |