From 6753c3c71552ebab50390209211d26c9a3e02109 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 27 Feb 2002 15:09:23 +0000 Subject: made building outside the source tree work again, Kevin Roth reported --- src/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 4a2561799..5644e0d40 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,7 +4,9 @@ AUTOMAKE_OPTIONS = foreign nostdinc -INCLUDES = -I$(top_srcdir)/include +# we use srcdir/include for the static global include files +# we use builddir/src for the generated src/config.h file to get found +INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/src bin_PROGRAMS = curl #memtest -- cgit v1.2.3