Mercurial > audlegacy-plugins
comparison src/modplug/Makefile @ 2524:c42fa8f89616
Remove -I../../intl and PANGO_{CFLAGS,LIBS} from those Makefiles where they are not needed (in practice almost all of them.)
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Thu, 17 Apr 2008 05:04:07 +0300 |
| parents | 107c1fed3d92 |
| children | 134deb25be83 |
comparison
equal
deleted
inserted
replaced
| 2523:769e17da93dd | 2524:c42fa8f89616 |
|---|---|
| 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} ${PANGO_CFLAGS} -I.. -I../.. -I../../intl | 57 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} -I.. -I../.. -I../../intl |
| 58 LIBS += ${MOWGLI_LIBS} ${DBUS_LIBS} ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} -lstdc++ | 58 LIBS += ${MOWGLI_LIBS} ${DBUS_LIBS} ${GTK_LIBS} ${GLIB_LIBS} -lstdc++ |
