X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=Makefile.am;h=747f11a2548e172353b27f20b395ab59a355cc62;hb=37e45ea8c9307d9a611a77f5720101f7bcb330c0;hp=90fa5135cc85717c88de7ff97060df782304708f;hpb=c13e7bf32ea8ae508d7018429fa292c1f284033d;p=captive.git diff --git a/Makefile.am b/Makefile.am index 90fa513..747f11a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,6 +19,7 @@ include $(top_srcdir)/Makefile-head.am AUTOMAKE_OPTIONS=gnu +ACLOCAL_AMFLAGS=-I macros SUBDIRS=macros src doc po ## to automatically rebuild aclocal.m4 if any of the macros in ## `macros/' change @@ -33,6 +34,7 @@ REACTOS_SOURCES= \ EXTRA_DIST+= \ INSTALL \ + THANKS \ mkinstalldirs \ captive.spec.in \ Makefile-head.am \ @@ -41,7 +43,26 @@ EXTRA_DIST+= \ .vimrc \ .gdbinit \ ChangeLog \ - $(REACTOS_SOURCES) + $(REACTOS_SOURCES) \ + debian/captive-lufs.files \ + debian/captive-install.conffiles \ + debian/captive-install.files \ + debian/captive-install.postinst \ + debian/captive-install.prerm \ + debian/captive.conffiles \ + debian/captive.docs \ + debian/captive.files \ + debian/captive.postinst \ + debian/captive.postrm \ + debian/changelog.in \ + debian/control \ + debian/copyright \ + debian/rules \ + cvs2cl-usermap \ + gnome_vfs_read_entire_file.c + +# Needed for dpkg-buildpackage(1): +EXTRA_DIST+=debian/changelog MAINTAINERCLEANFILES+= \ ChangeLog @@ -51,7 +72,7 @@ CLEANFILES+= \ if MAINTAINER_MODE ChangeLog: - cvs2cl.pl --usermap cvs2cl-usermap --window 3600 --separate-header --no-wrap --file $@ . $(REACTOS_SOURCES) + cvs2cl --usermap cvs2cl-usermap --window 3600 --separate-header --no-wrap --file $@ . $(REACTOS_SOURCES) else ChangeLog: