[master] e113b7f Don't install the debug vmod, it's just there for test purposes

Tollef Fog Heen tfheen at varnish-cache.org
Mon Jun 18 14:25:10 CEST 2012


commit e113b7fcc4d1085659ec31923ce0a9e101fe0cad
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Mon Jun 18 14:25:08 2012 +0200

    Don't install the debug vmod, it's just there for test purposes

diff --git a/lib/libvmod_debug/Makefile.am b/lib/libvmod_debug/Makefile.am
index 3a342b5..ada2a56 100644
--- a/lib/libvmod_debug/Makefile.am
+++ b/lib/libvmod_debug/Makefile.am
@@ -8,7 +8,7 @@ INCLUDES = \
 vmoddir = $(pkglibdir)/vmods
 vmod_srcdir = $(top_srcdir)/lib/libvmod_debug
 vmodtool = $(top_srcdir)/lib/libvcl/vmodtool.py
-vmod_LTLIBRARIES = libvmod_debug.la
+noinst_LTLIBRARIES = libvmod_debug.la
 
 libvmod_debug_la_LDFLAGS = -module -export-dynamic -avoid-version
 



More information about the varnish-commit mailing list