aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-19 08:13:20 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-19 08:13:20 +0000
commitedd467a12c1c6d00411e8287fa7dc6c31893be5f (patch)
tree2555fe32652541a4429c6c398b11eea7eb549fd9 /src/Makefile.am
parent0bf1bd51c489e8316fe201bcbdaaab38c0d570c2 (diff)
Use the strtoofft.h header file from the lib directory, as we are now
officially using library-code when building the app (at least for the platforms that don't have a strtoll() on their own).
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 369b40ca0..e780d3fd2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -22,10 +22,12 @@
###########################################################################
AUTOMAKE_OPTIONS = foreign nostdinc
+# we use srcdir/src for "private" includes
# we use srcdir/include for the static global include files
-# we use builddir/src for the generated src/config.h file to get found
-# we use srcdir/lib for the client-private header files
-INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/src -I$(top_srcdir)/src
+# 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
bin_PROGRAMS = curl