diff src/console/Makefile @ 426:31374f283611 trunk

[svn] - fix dependency generation
author nenolod
date Sun, 14 Jan 2007 19:32:17 -0800
parents ad8e44bcdf8a
children 550c9e382cf8
line wrap: on
line diff
--- a/src/console/Makefile	Sun Jan 14 19:04:03 2007 -0800
+++ b/src/console/Makefile	Sun Jan 14 19:32:17 2007 -0800
@@ -60,6 +60,7 @@
 OBJECTS = ${SOURCES:.cxx=.o}
 
 LIBADD += -lz $(GTK_LIBS) -lstdc++
+CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(ARCH_DEFINES) -I../../intl -I../..
 CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(ARCH_DEFINES) -I../../intl -I../..
 
 include ../../mk/objective.mk