diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-06-21 21:21:29 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-06-21 21:21:29 +0000 |
commit | 8bae3d9007ffdaf21d01cef23a6c6afd342cd55c (patch) | |
tree | bc60db82a8496c9ceb28477c7fe47960fde1baa8 | |
parent | 98042b858d9175c99596867ec79c58ff04cf4996 (diff) |
Oops, that was an experimental change not meant to be committed!
-rw-r--r-- | lib/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 97142d287..c388cb8fe 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -47,8 +47,8 @@ LIBCURL_LIBS = @LIBCURL_LIBS@ # we use srcdir/lib for the lib-private header files INCLUDES = -I$(top_srcdir)/include \ - -I$(top_builddir)/lib - + -I$(top_builddir)/lib \ + -I$(top_srcdir)/lib VERSION=-version-info 5:0:1 |