[dovecot-cvs] dovecot/src/lib-dict Makefile.am,1.6,1.7

tss at dovecot.org tss at dovecot.org
Thu Feb 22 16:03:58 UTC 2007


Update of /var/lib/cvs/dovecot/src/lib-dict
In directory talvi:/tmp/cvs-serv18775/lib-dict

Modified Files:
	Makefile.am 
Log Message:
Some files weren't being added to dist tarball



Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-dict/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile.am	30 Jul 2006 19:27:26 -0000	1.6
+++ Makefile.am	22 Feb 2007 16:03:55 -0000	1.7
@@ -8,11 +8,14 @@
 	-DPKG_RUNDIR=\""$(rundir)"\" \
 	$(SQL_CFLAGS)
 
-libdict_a_SOURCES = \
+dist_sources = \
 	dict.c \
 	dict-client.c \
 	dict-db.c \
-	dict-sql.c \
+	dict-sql.c
+
+libdict_a_SOURCES = \
+	$(dist_sources) \
 	dict-drivers-register.c
 
 noinst_HEADERS = \



More information about the dovecot-cvs mailing list