]> granicus.if.org Git - curl/commitdiff
Setup include path to the lib dir to enable inclusion of "config.h"
authorDaniel Stenberg <daniel@haxx.se>
Wed, 12 Mar 2003 08:53:44 +0000 (08:53 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 12 Mar 2003 08:53:44 +0000 (08:53 +0000)
tests/libtest/Makefile.am

index 6ecc2607ac01afb648157563e011b471c2ce67db..1363add60be45811a8505f65f47f378285bba04a 100644 (file)
@@ -4,7 +4,7 @@
 
 AUTOMAKE_OPTIONS = foreign nostdinc
 
-INCLUDES = -I$(top_srcdir)/include/curl
+INCLUDES = -I$(top_srcdir)/include/curl -I$(top_srcdir)/lib
 
 LIBDIR = ../../lib