gunnar: server/kolabd/kolabd Makefile.am,1.52,1.53

cvs at kolab.org cvs at kolab.org
Tue Jun 2 07:17:53 CEST 2009


Author: gunnar

Update of /kolabrepository/server/kolabd/kolabd
In directory doto:/tmp/cvs-serv12319/kolabd

Modified Files:
	Makefile.am 
Log Message:
Correct commit for kolab/issue3490 (Please include dist_conf/kolabsrv.in in source packages). The dist_conf/kolabsrv file needs to be generated.

Index: Makefile.am
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/Makefile.am,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- Makefile.am	9 May 2009 08:46:37 -0000	1.52
+++ Makefile.am	2 Jun 2009 05:17:50 -0000	1.53
@@ -151,7 +151,8 @@
 
 generated_files = $(kolabspecial_DATA) \
 	$(kolabtemplate_DATA) \
-	$(kolabdoc_GENERATED)
+	$(kolabdoc_GENERATED) \
+	dist_conf/kolabsrv
 
 generated_executables = $(kolabsbin_DATA) \
 	$(kolab_SCRIPTS) \
@@ -169,7 +170,7 @@
 
 
 $(generated_files): %: %.in
-	@$(mkinstalldirs) . templates/ doc/
+	@$(mkinstalldirs) . templates/ doc/ dist_conf/
 	$(do_subst) <$(srcdir)/$< >$@
 
 $(generated_executables): %: %.in





More information about the commits mailing list