From a64d6fe0c3e7af6ae252fbae16ad867baebbc897 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Sat, 15 Dec 2001 16:35:48 +0000 Subject: [PATCH] Fix INCLUDES. --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index e873c8f3..637f4dee 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -25,7 +25,7 @@ noinst_LIBRARIES = libbison.a # config.h in build/., and system.h is in src/src/. INCLUDES = -I$(top_builddir)/intl \ -I$(top_builddir) \ - -I$(top_srcdir)/ \ + -I$(top_srcdir)/src \ -I$(top_srcdir)/intl \ -I$(top_srcdir)/lib -- 2.47.2