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 /lib | |
parent | 7ba5e098a356a1c2ae3a7d7cfc61c46811815693 (diff) |
Allow again proper compilation outside of the source tree
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 3b0d0770f..ff531c8f4 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -43,7 +43,10 @@ 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 # we use srcdir/lib for the lib-private header files -INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/lib -I$(top_srcdir)/lib + +INCLUDES = -I$(top_srcdir)/include \ + -I$(top_builddir)/lib \ + -I$(top_srcdir)/lib VERSION=-version-info 3:0:0 |