aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2006-08-07 18:06:37 +0000
committerYang Tse <yangsita@gmail.com>2006-08-07 18:06:37 +0000
commitb33f47804da5125d22f490ddcb6feba908bc2c36 (patch)
tree72b2cca94500547428f7948652e189119111afff /src/Makefile.am
parent7ba5e098a356a1c2ae3a7d7cfc61c46811815693 (diff)
Allow again proper compilation outside of the source tree
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 429d1b3fb..77f0abfd4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -26,8 +26,12 @@ AUTOMAKE_OPTIONS = foreign nostdinc
# we use srcdir/include for the static global include files
# we use builddir/src for the generated include files to get found
# we use srcdir/lib for the header files we "borrow" from the lib
-INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/include -I$(top_builddir)/src \
- -I$(top_srcdir)/lib
+
+INCLUDES = -I$(top_srcdir)/include \
+ -I$(top_builddir)/lib \
+ -I$(top_builddir)/src \
+ -I$(top_srcdir)/lib \
+ -I$(top_srcdir)/src
bin_PROGRAMS = curl