r699 - trunk/varnish-cache/bin/varnishd

des at projects.linpro.no des at projects.linpro.no
Sun Aug 6 16:33:08 CEST 2006


Author: des
Date: 2006-08-06 16:33:08 +0200 (Sun, 06 Aug 2006)
New Revision: 699

Modified:
   trunk/varnish-cache/bin/varnishd/Makefile.am
Log:
Forcibly include config.h.


Modified: trunk/varnish-cache/bin/varnishd/Makefile.am
===================================================================
--- trunk/varnish-cache/bin/varnishd/Makefile.am	2006-08-06 13:51:48 UTC (rev 698)
+++ trunk/varnish-cache/bin/varnishd/Makefile.am	2006-08-06 14:33:08 UTC (rev 699)
@@ -53,6 +53,8 @@
 	common.h \
 	steps.h
 
+varnishd_CFLAGS = -include config.h
+
 varnishd_LDFLAGS = -export-dynamic 
 
 varnishd_LDADD = \




More information about the varnish-commit mailing list