r114 - trunk/varnish-cache/lib/libsbuf

des at projects.linpro.no des at projects.linpro.no
Tue Apr 4 12:08:36 CEST 2006


Author: des
Date: 2006-04-04 12:08:36 +0200 (Tue, 04 Apr 2006)
New Revision: 114

Modified:
   trunk/varnish-cache/lib/libsbuf/Makefile.am
Log:
Make libsbuf static.

Modified: trunk/varnish-cache/lib/libsbuf/Makefile.am
===================================================================
--- trunk/varnish-cache/lib/libsbuf/Makefile.am	2006-04-04 10:07:40 UTC (rev 113)
+++ trunk/varnish-cache/lib/libsbuf/Makefile.am	2006-04-04 10:08:36 UTC (rev 114)
@@ -2,10 +2,7 @@
 
 INCLUDES = -I$(top_srcdir)/include
 
-lib_LTLIBRARIES = libsbuf.la
+lib_LIBRARIES = libsbuf.a
 
-libsbuf_la_SOURCES = \
+libsbuf_a_SOURCES = \
 	sbuf.c
-
-man_MANS = \
-	sbuf.3




More information about the varnish-commit mailing list