From b33f47804da5125d22f490ddcb6feba908bc2c36 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Mon, 7 Aug 2006 18:06:37 +0000 Subject: Allow again proper compilation outside of the source tree --- tests/libtest/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/libtest') 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 -- cgit v1.2.3