Mercurial > audlegacy-plugins
comparison src/modplug/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 | f791c889f74c |
comparison
equal
deleted
inserted
replaced
| 2527:74ce4495e533 | 2528:134deb25be83 |
|---|---|
| 52 | 52 |
| 53 plugindir := ${plugindir}/${INPUT_PLUGIN_DIR} | 53 plugindir := ${plugindir}/${INPUT_PLUGIN_DIR} |
| 54 | 54 |
| 55 CFLAGS += ${PLUGIN_CFLAGS} | 55 CFLAGS += ${PLUGIN_CFLAGS} |
| 56 CXXFLAGS += ${PLUGIN_CFLAGS} | 56 CXXFLAGS += ${PLUGIN_CFLAGS} |
| 57 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} -I.. -I../.. -I../../intl | 57 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} -I.. -I../.. -I../../intl |
| 58 LIBS += ${MOWGLI_LIBS} ${DBUS_LIBS} ${GTK_LIBS} ${GLIB_LIBS} -lstdc++ | 58 LIBS += ${MOWGLI_LIBS} ${GTK_LIBS} ${GLIB_LIBS} -lstdc++ |
