# HG changeset patch # User arpi # Date 1044658068 0 # Node ID 113095b8258bcda2a8e473cf4e811d88ce05ff3c # Parent 1670357372d5c6edbb82cfea1693fd1b31d78cc7 required for i18n+-lintl (found by Nexus) diff -r 1670357372d5 -r 113095b8258b libaf/Makefile --- 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: diff -r 1670357372d5 -r 113095b8258b linux/Makefile --- 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