required for i18n+-lintl (found by Nexus)
author |
arpi |
date |
Fri, 07 Feb 2003 22:47:48 +0000 |
parents |
1670357372d5 |
children |
dd236493ec0f |
files |
libaf/Makefile linux/Makefile |
diffstat |
2 files changed, 2 insertions(+), 2 deletions(-)
[+]
|
line diff
--- a/libaf/Makefile Fri Feb 07 22:39:56 2003 +0000
+++ b/libaf/Makefile Fri Feb 07 22:47:48 2003 +0000
@@ -6,7 +6,7 @@
OBJS=$(SRCS:.c=.o)
-CFLAGS = $(OPTFLAGS) -I. -Wall
+CFLAGS = $(OPTFLAGS) -I. -Wall $(EXTRA_INC)
.SUFFIXES: .c .o
.c.o:
--- 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