r704 - trunk/varnish-cache/bin/varnishd

des at projects.linpro.no des at projects.linpro.no
Mon Aug 7 07:47:30 CEST 2006


Author: des
Date: 2006-08-07 07:47:30 +0200 (Mon, 07 Aug 2006)
New Revision: 704

Modified:
   trunk/varnish-cache/bin/varnishd/Makefile.am
Log:
List headers in noinst_HEADERS instead of SOURCES.

Modified: trunk/varnish-cache/bin/varnishd/Makefile.am
===================================================================
--- trunk/varnish-cache/bin/varnishd/Makefile.am	2006-08-07 00:21:34 UTC (rev 703)
+++ trunk/varnish-cache/bin/varnishd/Makefile.am	2006-08-07 05:47:30 UTC (rev 704)
@@ -7,15 +7,6 @@
 dist_man_MANS = varnishd.1
 
 varnishd_SOURCES = \
-	cache.h \
-	common_cli.h \
-	hash_slinger.h \
-	heritage.h \
-	mgt.h \
-	mgt_cli.h \
-	mgt_event.h \
-	stevedore.h \
-	\
 	cache_acceptor.c \
 	cache_backend.c \
 	cache_ban.c \
@@ -50,8 +41,16 @@
 	varnishd.c
 
 noinst_HEADERS = \
+	cache.h \
 	common.h \
-	steps.h
+	common_cli.h \
+	hash_slinger.h \
+	heritage.h \
+	mgt.h \
+	mgt_cli.h \
+	mgt_event.h \
+	steps.h \
+	stevedore.h
 
 varnishd_CFLAGS = -include config.h
 




More information about the varnish-commit mailing list