r4885 - trunk/varnish-cache/bin/varnishstat

phk at varnish-cache.org phk at varnish-cache.org
Fri Jun 4 13:59:35 CEST 2010


Author: phk
Date: 2010-06-04 13:59:35 +0200 (Fri, 04 Jun 2010)
New Revision: 4885

Modified:
   trunk/varnish-cache/bin/varnishstat/Makefile.am
Log:
We do not need libvarnish here.

(It should be readily possible to access the shmlog using just libvarnishapi,
but for some of or more advanced support programs, we will use the smart
stuff in libvarnish to improve code quality)



Modified: trunk/varnish-cache/bin/varnishstat/Makefile.am
===================================================================
--- trunk/varnish-cache/bin/varnishstat/Makefile.am	2010-06-04 11:19:57 UTC (rev 4884)
+++ trunk/varnish-cache/bin/varnishstat/Makefile.am	2010-06-04 11:59:35 UTC (rev 4885)
@@ -13,7 +13,6 @@
 	varnishstat_curses.c
 
 varnishstat_LDADD = \
-	$(top_builddir)/lib/libvarnish/libvarnish.la \
 	$(top_builddir)/lib/libvarnishcompat/libvarnishcompat.la \
 	$(top_builddir)/lib/libvarnishapi/libvarnishapi.la \
 	${CURSES_LIBS} ${RT_LIBS} ${PTHREAD_LIBS}




More information about the varnish-commit mailing list