diff linux/Makefile @ 9329:113095b8258b

required for i18n+-lintl (found by Nexus)
author arpi
date Fri, 07 Feb 2003 22:47:48 +0000
parents 1dd8fe0776d3
children
line wrap: on
line diff
--- a/linux/Makefile	Fri Feb 07 22:39:56 2003 +0000
+++ b/linux/Makefile	Fri Feb 07 22:47:48 2003 +0000
@@ -12,7 +12,7 @@
 endif
 endif
 
-CFLAGS  = $(OPTFLAGS) -I. -I..
+CFLAGS  = $(OPTFLAGS) -I. -I.. $(EXTRA_INC)
 # -I/usr/X11R6/include/
 
 .SUFFIXES: .c .o