Fixed 'BLKGETSIZE64' incompatibility for Debian-unstable.
[captive.git] / Makefile.am
index 90fa513..0f1c8e2 100644 (file)
@@ -41,7 +41,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 +70,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: