From: Frank Lichtenheld Date: Tue, 25 Sep 2007 02:04:09 +0000 (+0200) Subject: scripts/t: Add test files to DIST X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6dd591b64e6186724d4e652db039652299ff314;p=dpkg scripts/t: Add test files to DIST --- diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 27d84965..50f9dab6 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -49,7 +49,21 @@ EXTRA_DIST = \ dpkg-statoverride.pl \ install-info.pl \ update-alternatives.pl \ - changelog/debian.pl + changelog/debian.pl \ + t/100_Dpkg_Version.t \ + t/200_Dpkg_Shlibs.t \ + t/200_Dpkg_Shlibs/symbols.fake-1 \ + t/200_Dpkg_Shlibs/symbols.fake-2 \ + t/200_Dpkg_Shlibs/symbols.include-1 \ + t/200_Dpkg_Shlibs/symbols.include-2 \ + t/200_Dpkg_Shlibs/ld.so.conf \ + t/200_Dpkg_Shlibs/ld.so.conf_2 \ + t/200_Dpkg_Shlibs/ld.so.conf.d/normal.conf \ + t/200_Dpkg_Shlibs/ld.so.conf.d/inf_recurse.conf \ + t/200_Dpkg_Shlibs/ld.so.conf.d/recursive.conf \ + t/200_Dpkg_Shlibs/objdump.glib-ia64 \ + t/200_Dpkg_Shlibs/objdump.libc6-2.3 \ + t/200_Dpkg_Shlibs/objdump.libc6-2.6 CLEANFILES = \ $(bin_SCRIPTS) $(sbin_SCRIPTS) $(changelog_SCRIPTS) \