Mercurial > audlegacy-plugins
diff src/modplug/Makefile @ 2014:1ad002ce1bd0
Just a tiny cleanup.
author | Eugene Paskevich <eugene@raptor.kiev.ua> |
---|---|
date | Wed, 10 Oct 2007 11:11:26 +0300 |
parents | a56a26a5f233 |
children | 6d33dffd1382 |
line wrap: on
line diff
--- a/src/modplug/Makefile Wed Oct 10 09:01:48 2007 +0300 +++ b/src/modplug/Makefile Wed Oct 10 11:11:26 2007 +0300 @@ -1,4 +1,5 @@ PLUGIN = modplug${PLUGIN_SUFFIX} + SRCS = plugin.cxx \ modplugbmp.cxx \ tables.cxx \ @@ -50,7 +51,7 @@ plugindir := $(plugindir)/${INPUT_PLUGIN_DIR} -CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I.. -I../.. -I../../intl CFLAGS += ${PLUGIN_CFLAGS} CXXFLAGS += ${PLUGIN_CFLAGS} +CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I.. -I../.. -I../../intl LIBS += ${MOWGLI_LIBS} ${DBUS_LIBS} ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} -lstdc++