diff options
author | Yang Tse <yangsita@gmail.com> | 2006-08-07 18:06:37 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2006-08-07 18:06:37 +0000 |
commit | b33f47804da5125d22f490ddcb6feba908bc2c36 (patch) | |
tree | 72b2cca94500547428f7948652e189119111afff /tests/libtest | |
parent | 7ba5e098a356a1c2ae3a7d7cfc61c46811815693 (diff) |
Allow again proper compilation outside of the source tree
Diffstat (limited to 'tests/libtest')
-rw-r--r-- | tests/libtest/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/libtest/Makefile.am b/tests/libtest/Makefile.am index 95cd9fb9f..e1b5cf1c3 100644 --- a/tests/libtest/Makefile.am +++ b/tests/libtest/Makefile.am @@ -28,9 +28,10 @@ AUTOMAKE_OPTIONS = foreign nostdinc # -I$(top_srcdir)/lib is for the setup.h file, included by test.h # -I$(top_builddir)/lib is for the config.h file, possibly included by the # setup.h file + INCLUDES = -I$(top_srcdir)/include/curl \ - -I$(top_srcdir)/lib \ - -I$(top_builddir)/lib + -I$(top_builddir)/lib \ + -I$(top_srcdir)/lib LIBDIR = $(top_builddir)/lib |