aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-03-06 22:19:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-03-06 22:19:16 +0000
commitf51f2417c59615da5a08cf3165c88cb103b1733f (patch)
tree388af1c05b15ffb3626e51ff3299c9a0f300ceed /lib
parentaad617647da2b2c0d4e34a959f59cfbd62704f6b (diff)
Brad corrected the include path (again)
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 24e07d6c8..b4536b91d 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -14,7 +14,8 @@ lib_LTLIBRARIES = libcurl.la
# we use srcdir/include for the static global include files
# we use builddir/lib for the generated lib/config.h file to get found
-INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/lib
+# we use srcdir/lib for the lib-private header files
+INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/lib -I$(top_srcdir)/lib
libcurl_la_LDFLAGS = -no-undefined -version-info 2:2:0
# This flag accepts an argument of the form current[:revision[:age]]. So,