thomas: server/kolabd/kolabd Makefile.am,1.25,1.26

cvs at kolab.org cvs at kolab.org
Tue Jul 17 17:26:07 CEST 2007


Author: thomas

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

Modified Files:
	Makefile.am 
Log Message:
Adapt kolabd templates for updated OpenPKG packages
(imported patch "current-templates" from 2.2-beta1 release)


Index: Makefile.am
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/Makefile.am,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- Makefile.am	22 Jun 2007 00:31:07 -0000	1.25
+++ Makefile.am	17 Jul 2007 15:26:05 -0000	1.26
@@ -50,6 +50,7 @@
 	templates/freshclam.conf.template \
 	templates/httpd.conf.template \
 	templates/httpd.local.template \
+	templates/imapd.annotation_definitions.template \
 	templates/imapd.conf.template \
 	templates/imapd.group.template \
 	templates/kolab.conf.template \
@@ -373,6 +374,12 @@
 	$(do_subst) <$(srcdir)/templates/httpd.local.template.in >$@
 CLEANFILES += templates/httpd.local.template
 EXTRA_DIST += templates/httpd.local.template.in
+
+templates/imapd.annotation_definitions.template: templates/imapd.annotation_definitions.template.in
+	@$(mkinstalldirs) templates
+	$(do_subst) <$(srcdir)/templates/imapd.annotation_definitions.template.in >$@
+CLEANFILES += templates/imapd.annotation_definitions.template
+EXTRA_DIST += templates/imapd.annotation_definitions.template.in
 
 templates/imapd.conf.template: templates/imapd.conf.template.in
 	@$(mkinstalldirs) templates





More information about the commits mailing list