Parcourir la source

Make distcheck work

Add missing files in _SOURCES and EXTRA_DIST Makefile.am variables.
Guillem Jover il y a 17 ans
Parent
commit
471812b058
4 fichiers modifiés avec 9 ajouts et 0 suppressions
  1. 6 0
      ChangeLog
  2. 1 0
      lib/Makefile.am
  3. 1 0
      libcompat/Makefile.am
  4. 1 0
      man/Makefile.am

+ 6 - 0
ChangeLog

@@ -1,3 +1,9 @@
+2009-01-29  Guillem Jover  <guillem@debian.org>
+
+	* lib/Makefile.am (libdpkg_a_SOURCES): Add 'dpkg-test.h'.
+	* libcompat/Makefile.am (libcompat_a_SOURCES): Add 'compat.h'.
+	* man/Makefile.am (EXTRA_DIST): Add 'po/ChangeLog'.
+
 2009-01-27  Raphael Hertzog  <hertzog@debian.org>
 
 	* scripts/t/900_Dpkg_Version.t: Renamed into...

+ 1 - 0
lib/Makefile.am

@@ -19,6 +19,7 @@ libdpkg_a_SOURCES = \
 	dpkg-i18n.h \
 	dpkg-db.h \
 	dpkg-priv.h \
+	dpkg-test.h \
 	dlist.h \
 	cleanup.c \
 	compression.c \

+ 1 - 0
libcompat/Makefile.am

@@ -7,6 +7,7 @@ INCLUDES = \
 noinst_LIBRARIES = libcompat.a
 
 libcompat_a_SOURCES = \
+	compat.h \
 	gettext.h
 
 if !HAVE_GETOPT

+ 1 - 0
man/Makefile.am

@@ -104,6 +104,7 @@ dist_man_MANS = \
 	update-alternatives.8
 
 EXTRA_DIST = \
+	po/ChangeLog \
 	po/po4a.cfg \
 	po/dpkg-man.pot