Mercurial > audlegacy-plugins
diff 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 |
line wrap: on
line diff
--- a/src/OSS/Makefile Thu Apr 17 05:19:51 2008 +0300 +++ b/src/OSS/Makefile Thu Apr 17 05:34:30 2008 +0300 @@ -14,5 +14,5 @@ plugindir := ${plugindir}/${OUTPUT_PLUGIN_DIR} CFLAGS += ${PLUGIN_CFLAGS} -CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${OSS_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} -I../.. -I. +CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${OSS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} -I../.. -I. LIBS += ${OSS_LIBS} ${GTK_LIBS} ${GLIB_LIBS}
