]> err.no Git - varnish/commitdiff
Correct libtool idiom: run libtoolize after aclocal, and use LTLIBRARIES
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 27 Feb 2006 11:10:13 +0000 (11:10 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 27 Feb 2006 11:10:13 +0000 (11:10 +0000)
instead of LIBRARIES.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@36 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/autogen.sh
varnish-cache/lib/libvarnish/Makefile.am
varnish-cache/lib/libvarnishapi/Makefile.am

index 9346c55f78f294e3e4c5345f7af4b4e66313814b..f9ee079b4adedacf028864664e50c62471140c0d 100755 (executable)
@@ -3,8 +3,8 @@
 # $Id$
 #
 
-libtoolize --copy --force
 aclocal
+libtoolize --copy --force
 autoheader
 automake --add-missing --copy --force --foreign
 autoconf
index 05c86ae15d1b8ddf6e09fd0ca7459d6c20803abc..098bb4f96832f63a5eac9d0118bdf9209be65db6 100644 (file)
@@ -2,6 +2,6 @@
 
 INCLUDES = -I$(top_srcdir)/include
 
-lib_LIBRARIES = libvarnish.la
+lib_LTLIBRARIES = libvarnish.la
 
 libvarnish_la_SOURCES =
index a4647c4d23045a9a0f5471e686aab75f55f5625e..3bee1cbaa48fe647b35a3e9855ab31a8e97434f9 100644 (file)
@@ -2,6 +2,6 @@
 
 INCLUDES = -I$(top_srcdir)/include
 
-lib_LIBRARIES = libvarnishapi.la
+lib_LTLIBRARIES = libvarnishapi.la
 
 libvarnishapi_la_SOURCES =