The autogen.sh script is only required when working out of the Git repository, so it should not be distributed. Likewise, the .gitignore file does not serve any purpose in the distribution.
Signed-off-by: Zachary T Welch <[email protected]> --- Makefile.am | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index e6d24b7..9238452 100644 --- a/Makefile.am +++ b/Makefile.am @@ -70,10 +70,7 @@ dist_sysconf_DATA = \ etc/ltrace.conf EXTRA_DIST = \ - .gitignore \ - autogen.sh \ ltrace.spec \ - \ debian/changelog \ debian/compat \ debian/control.in \ -- 1.7.2.2 _______________________________________________ Ltrace-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/ltrace-devel
