Mercurial > audlegacy-plugins
comparison src/OSS/Makefile @ 2528:134deb25be83
Remove DBUS_CFLAGS and DBUS_LIBS from Makefiles that don't need them.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Thu, 17 Apr 2008 05:34:30 +0300 |
parents | c42fa8f89616 |
children | 1d2596522075 |
comparison
equal
deleted
inserted
replaced
2527:74ce4495e533 | 2528:134deb25be83 |
---|---|
12 include ../../extra.mk | 12 include ../../extra.mk |
13 | 13 |
14 plugindir := ${plugindir}/${OUTPUT_PLUGIN_DIR} | 14 plugindir := ${plugindir}/${OUTPUT_PLUGIN_DIR} |
15 | 15 |
16 CFLAGS += ${PLUGIN_CFLAGS} | 16 CFLAGS += ${PLUGIN_CFLAGS} |
17 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${OSS_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} -I../.. -I. | 17 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${OSS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} -I../.. -I. |
18 LIBS += ${OSS_LIBS} ${GTK_LIBS} ${GLIB_LIBS} | 18 LIBS += ${OSS_LIBS} ${GTK_LIBS} ${GLIB_LIBS} |