Make sure we can find the WINGs header files when compiling util/*.

This commit is contained in:
Steve Price 1999-06-06 16:01:49 +00:00
parent 1f7fe3f825
commit 5da40d24d6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19238

View File

@ -0,0 +1,11 @@
--- util/Makefile.in.orig Sat Jun 5 15:25:51 1999
+++ util/Makefile.in Sat Jun 5 15:26:38 1999
@@ -146,7 +146,7 @@
PROGRAMS = $(bin_PROGRAMS)
-DEFS = @DEFS@ -I. -I$(srcdir) -I../src
+DEFS = @DEFS@ -I. -I../WINGs -I$(srcdir) -I../src
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@