Mercurial > audlegacy-plugins
diff src/modplug/Makefile @ 425:225913a2a9ae trunk
[svn] - fix dependency generation (CFLAGS was not set)
author | nenolod |
---|---|
date | Sun, 14 Jan 2007 19:04:03 -0800 |
parents | ad8e44bcdf8a |
children | 550c9e382cf8 |
line wrap: on
line diff
--- a/src/modplug/Makefile Sun Jan 14 18:59:41 2007 -0800 +++ b/src/modplug/Makefile Sun Jan 14 19:04:03 2007 -0800 @@ -7,6 +7,7 @@ LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I.. -I../.. -I../../intl +CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I.. -I../.. -I../../intl LIBADD = $(GTK_LIBS) -lstdc++ ./archive/libarchive.a ./gui/libgui.a SOURCES.plugin = plugin.cxx modplugbmp.cxx SOURCES.core = tables.cxx \