r5428 - trunk/varnish-cache/lib/libvarnish

tfheen at varnish-cache.org tfheen at varnish-cache.org
Wed Oct 13 10:26:07 CEST 2010


Author: tfheen
Date: 2010-10-13 10:26:07 +0200 (Wed, 13 Oct 2010)
New Revision: 5428

Modified:
   trunk/varnish-cache/lib/libvarnish/Makefile.am
Log:
Revert accidentially commited part of 5427

libvarnish's Makefile.am accidentially included a bit that should
have been committed, so revert part of previous commit.



Modified: trunk/varnish-cache/lib/libvarnish/Makefile.am
===================================================================
--- trunk/varnish-cache/lib/libvarnish/Makefile.am	2010-10-13 08:24:27 UTC (rev 5427)
+++ trunk/varnish-cache/lib/libvarnish/Makefile.am	2010-10-13 08:26:07 UTC (rev 5428)
@@ -4,8 +4,7 @@
 
 lib_LTLIBRARIES = libvarnish.la
 
-libvarnish_la_LDFLAGS = -version-info 1:0:0 \
-	../libvarnishcompat/libvarnishcompat.la
+libvarnish_la_LDFLAGS = -version-info 1:0:0
 
 libvarnish_la_SOURCES = \
 	argv.c \




More information about the varnish-commit mailing list