X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=Makefile.am;h=9617e7f8ceda47f429c8de1c2880fca11bcb171f;hb=bc148cbac3b6753db497f9c9390d601a25ccaa3b;hp=747f11a2548e172353b27f20b395ab59a355cc62;hpb=393ff7276bf7293c970353c5d738c7449590290c;p=captive.git diff --git a/Makefile.am b/Makefile.am index 747f11a..9617e7f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ include $(top_srcdir)/Makefile-head.am AUTOMAKE_OPTIONS=gnu ACLOCAL_AMFLAGS=-I macros -SUBDIRS=macros src doc po +SUBDIRS=macros src doc fonts po ## to automatically rebuild aclocal.m4 if any of the macros in ## `macros/' change @MAINT@include macros/macros.dep @@ -59,7 +59,14 @@ EXTRA_DIST+= \ debian/copyright \ debian/rules \ cvs2cl-usermap \ - gnome_vfs_read_entire_file.c + 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