changeset 5191:ee745eee4d9c HEAD

Some files weren't being added to dist tarball
author Timo Sirainen <tss@iki.fi>
date Thu, 22 Feb 2007 18:03:55 +0200
parents 6d103b3b3cc5
children 6bea418b9db7
files src/lib-dict/Makefile.am src/lib-otp/Makefile.am
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-dict/Makefile.am	Thu Feb 22 17:59:54 2007 +0200
+++ b/src/lib-dict/Makefile.am	Thu Feb 22 18:03:55 2007 +0200
@@ -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 = \
--- a/src/lib-otp/Makefile.am	Thu Feb 22 17:59:54 2007 +0200
+++ b/src/lib-otp/Makefile.am	Thu Feb 22 18:03:55 2007 +0200
@@ -10,6 +10,7 @@
 	otp-parse.c
 
 noinst_HEADERS = \
+	otp.h \
 	otp-dictionary.h \
 	otp-hash.h \
 	otp-parity.h \