Commit 31a1ded1 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Correct libtool idiom: run libtoolize after aclocal, and use LTLIBRARIES

instead of LIBRARIES.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@36 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 0e2d3c86
......@@ -3,8 +3,8 @@
# $Id$
#
libtoolize --copy --force
aclocal
libtoolize --copy --force
autoheader
automake --add-missing --copy --force --foreign
autoconf
......@@ -2,6 +2,6 @@
INCLUDES = -I$(top_srcdir)/include
lib_LIBRARIES = libvarnish.la
lib_LTLIBRARIES = libvarnish.la
libvarnish_la_SOURCES =
......@@ -2,6 +2,6 @@
INCLUDES = -I$(top_srcdir)/include
lib_LIBRARIES = libvarnishapi.la
lib_LTLIBRARIES = libvarnishapi.la
libvarnishapi_la_SOURCES =
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment