]> granicus.if.org Git - curl/commitdiff
use include path from BUILD dir since we want the config.h
authorDaniel Stenberg <daniel@haxx.se>
Thu, 13 Mar 2003 15:54:46 +0000 (15:54 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 13 Mar 2003 15:54:46 +0000 (15:54 +0000)
tests/libtest/Makefile.am

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