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