X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=Makefile.am;h=9617e7f8ceda47f429c8de1c2880fca11bcb171f;hb=bc148cbac3b6753db497f9c9390d601a25ccaa3b;hp=4b95938ad8910d418d88fbb56fe78e206e45e2db;hpb=1e74f896c35f29578998bc426cbcb8f6a138134e;p=captive.git diff --git a/Makefile.am b/Makefile.am index 4b95938..9617e7f 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 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 \ @@ -56,7 +58,15 @@ EXTRA_DIST+= \ 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