Mercurial > audlegacy-plugins
comparison src/sun/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 |
comparison
equal
deleted
inserted
replaced
2527:74ce4495e533 | 2528:134deb25be83 |
---|---|
11 include ../../extra.mk | 11 include ../../extra.mk |
12 | 12 |
13 plugindir := ${plugindir}/${OUTPUT_PLUGIN_DIR} | 13 plugindir := ${plugindir}/${OUTPUT_PLUGIN_DIR} |
14 | 14 |
15 CFLAGS += ${PLUGIN_CFLAGS} | 15 CFLAGS += ${PLUGIN_CFLAGS} |
16 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} -I../.. | 16 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} -I../.. |
17 LIBS += ${GTK_LIBS} ${GLIB_LIBS} | 17 LIBS += ${GTK_LIBS} ${GLIB_LIBS} |