changeset 425:225913a2a9ae trunk

[svn] - fix dependency generation (CFLAGS was not set)
author nenolod
date Sun, 14 Jan 2007 19:04:03 -0800
parents 055a75662eba
children 31374f283611
files ChangeLog src/modplug/Makefile
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Jan 14 18:59:41 2007 -0800
+++ b/ChangeLog	Sun Jan 14 19:04:03 2007 -0800
@@ -1,3 +1,11 @@
+2007-01-15 02:59:41 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
+  revision [932]
+  - gettext requires mkinstalldirs (todo: OBJECTIVE_PO omk instruction)
+  
+  trunk/mkinstalldirs |  111 ++++++++++++++++++++++++++++++++++++++++++++++++++++
+  1 file changed, 111 insertions(+)
+
+
 2007-01-15 01:57:10 +0000  Giacomo Lozito <james@develia.org>
   revision [930]
   - turn debug off for evdev-plug
--- 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         \