From 8bae3d9007ffdaf21d01cef23a6c6afd342cd55c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 21 Jun 2008 21:21:29 +0000 Subject: [PATCH] Oops, that was an experimental change not meant to be committed! --- lib/Makefile.am | 4 ++-- 1 file 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 -- 2.40.0