Mercurial > audlegacy-plugins
diff src/modplug/Makefile @ 387:0c50f248ed10 trunk
[svn] - added AUDACIOUS_LIBS and AUDACIOUS_CFLAGS to makefiles to ensure that plugins are linked to libaudacious
| author | giacomo |
|---|---|
| date | Sun, 17 Dec 2006 07:06:34 -0800 |
| parents | 46e074b915eb |
| children | ad8e44bcdf8a |
line wrap: on
line diff
--- a/src/modplug/Makefile Sat Dec 16 02:56:32 2006 -0800 +++ b/src/modplug/Makefile Sun Dec 17 07:06:34 2006 -0800 @@ -6,8 +6,8 @@ LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) -CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I.. -I../.. -I../../intl -LIBADD = $(GTK_LIBS) -lstdc++ ./archive/libarchive.a ./gui/libgui.a +CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(AUDACIOUS_CFLAGS) -I.. -I../.. -I../../intl +LIBADD = $(GTK_LIBS) $(AUDACIOUS_LIBS) -lstdc++ ./archive/libarchive.a ./gui/libgui.a SOURCES.plugin = plugin.cxx modplugbmp.cxx SOURCES.core = tables.cxx \ sndmix.cxx \
