r5664 - in trunk/varnish-cache: . lib

phk at varnish-cache.org phk at varnish-cache.org
Tue Dec 28 15:31:55 CET 2010


Author: phk
Date: 2010-12-28 15:31:55 +0100 (Tue, 28 Dec 2010)
New Revision: 5664

Modified:
   trunk/varnish-cache/configure.ac
   trunk/varnish-cache/lib/Makefile.am
Log:
Hook libvgz up to the build



Modified: trunk/varnish-cache/configure.ac
===================================================================
--- trunk/varnish-cache/configure.ac	2010-12-28 14:31:38 UTC (rev 5663)
+++ trunk/varnish-cache/configure.ac	2010-12-28 14:31:55 UTC (rev 5664)
@@ -483,6 +483,7 @@
     lib/libvarnishapi/Makefile
     lib/libvarnishcompat/Makefile
     lib/libvcl/Makefile
+    lib/libvgz/Makefile
     lib/libvmod_std/Makefile
     lib/libjemalloc/Makefile
     man/Makefile

Modified: trunk/varnish-cache/lib/Makefile.am
===================================================================
--- trunk/varnish-cache/lib/Makefile.am	2010-12-28 14:31:38 UTC (rev 5663)
+++ trunk/varnish-cache/lib/Makefile.am	2010-12-28 14:31:55 UTC (rev 5664)
@@ -5,6 +5,7 @@
 	libvarnish \
 	libvarnishapi \
 	libvcl \
+	libvgz \
 	libvmod_std \
 	@JEMALLOC_SUBDIR@
 
@@ -13,5 +14,6 @@
 	libvarnish \
 	libvarnishapi \
 	libvcl \
+	libvgz \
 	libvmod_std \
 	libjemalloc




More information about the varnish-commit mailing list