X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile.am;h=135e58f9a800c3412a6df4531045e42803107d42;hb=ac60863f78e412004c5b69f5a64a49bc6f0bc46d;hp=08ccb8d6a61c4cab6eeccb7d85ad9b4dd92614ce;hpb=13465541ef305d28a665ff01550dd2dbc0985669;p=sliver-openvswitch.git diff --git a/Makefile.am b/Makefile.am index 08ccb8d6a..135e58f9a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -118,6 +118,7 @@ ro_shell = printf '\043 Generated automatically -- do not modify! -*- buffer- SUFFIXES += .in .in: + @mkdir -p $$(dirname $@) $(PERL) $(srcdir)/build-aux/soexpand.pl -I$(srcdir) < $< | \ sed \ -e 's,[@]PKIDIR[@],$(PKIDIR),g' \ @@ -159,7 +160,7 @@ dist-hook-git: distfiles (cd datapath && $(MAKE) distfiles); \ (cat distfiles; sed 's|^|datapath/|' datapath/distfiles) | \ sort -u > all-distfiles; \ - (cd $(srcdir) && git ls-files) | grep -v '\.gitignore$$' | \ + (cd $(srcdir) && git ls-files) | grep -vFf $(srcdir)/.non-distfiles | \ sort -u > all-gitfiles; \ comm -1 -3 all-distfiles all-gitfiles > missing-distfiles; \ if test -s missing-distfiles; then \ @@ -283,5 +284,6 @@ include rhel/automake.mk include xenserver/automake.mk include python/automake.mk include python/compat/automake.mk +include planetlab/automake.mk include tutorial/automake.mk include vtep/automake.mk