X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=2c196184b91bf9734ad20ffa8e312a75af3aa4b2;hb=85b20fd6ee585f462e012fbcc7f966a81edab2ed;hp=878a1a9618e2715a8eeb507e5dd6072ea6161a6d;hpb=f431bf7d78f3212d32bb3d122f783c5c796a1576;p=sliver-openvswitch.git diff --git a/Makefile.am b/Makefile.am index 878a1a961..2c196184b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -106,6 +106,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' \ @@ -147,7 +148,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 \ @@ -244,3 +245,4 @@ include rhel/automake.mk include xenserver/automake.mk include python/automake.mk include python/compat/automake.mk +include planetlab/automake.mk