X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=Makefile.am;h=ee1f71fca173b3b2689d9099e9650d4ddbc76b39;hb=8dcb088f069a66e3dc749d043e55f53c35035783;hp=f7da79a87e88ac6680048a0ce26ea9cdd153f560;hpb=26d39f7fbde94129d039ac6071f942b9df2e1fff;p=captive.git diff --git a/Makefile.am b/Makefile.am index f7da79a..ee1f71f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,8 @@ include $(top_srcdir)/Makefile-head.am AUTOMAKE_OPTIONS=gnu -SUBDIRS=macros src doc po +ACLOCAL_AMFLAGS=-I macros +SUBDIRS=macros src doc fonts yum.repos.d po ## to automatically rebuild aclocal.m4 if any of the macros in ## `macros/' change @MAINT@include macros/macros.dep @@ -33,6 +34,7 @@ REACTOS_SOURCES= \ EXTRA_DIST+= \ INSTALL \ + THANKS \ mkinstalldirs \ captive.spec.in \ Makefile-head.am \ @@ -52,11 +54,22 @@ EXTRA_DIST+= \ debian/captive.files \ debian/captive.postinst \ debian/captive.postrm \ - debian/changelog \ + debian/changelog.in \ debian/control \ debian/copyright \ debian/rules \ - cvs2cl-usermap + cvs2cl-usermap \ + gnome_vfs_read_entire_file.c \ + build-static + +ROS_CVS:= \ + $(foreach rosdir,$(REACTOS_SOURCES),$(shell find $(rosdir) -name CVS -type d)) + +BUILT_SOURCES+= \ + $(ROS_CVS) + +# Needed for dpkg-buildpackage(1): +EXTRA_DIST+=debian/changelog MAINTAINERCLEANFILES+= \ ChangeLog