X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=Makefile.am;h=80ad619f54f42bcaad72867ccf823dd158492e4a;hb=e5a818b3fcceb6e96351d80f5dc5a1589af44306;hp=0ef706ab5385fd5703f5e0a77d44af805634dc37;hpb=f059a225ea3fa3badb023c9884bd90a668d1e066;p=captive.git diff --git a/Makefile.am b/Makefile.am index 0ef706a..80ad619 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 @@ -58,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 $(srcdir)/$(rosdir) -name CVS -type d)) + +BUILT_SOURCES+= \ + $(ROS_CVS) # Needed for dpkg-buildpackage(1): EXTRA_DIST+=debian/changelog