diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-03-12 08:53:44 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-03-12 08:53:44 +0000 |
commit | 606f72bb1346af228db4079f690ff3ba7af42844 (patch) | |
tree | baa036543dfc8bd5347729501273428fa850e6a9 /tests | |
parent | 327e6a2b4f0ca6d8083261b3e17af95f493a8881 (diff) |
Setup include path to the lib dir to enable inclusion of "config.h"
Diffstat (limited to 'tests')
-rw-r--r-- | tests/libtest/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/Makefile.am b/tests/libtest/Makefile.am index 6ecc2607a..1363add60 100644 --- a/tests/libtest/Makefile.am +++ b/tests/libtest/Makefile.am @@ -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 |