X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile.am;h=b15a9a4d375b217c9faa367627c04dc39d429de6;hb=a39c3ff9f586d3416976d3c3bd095fa81d73efa0;hp=36beb6c4a69579a05403c596c303db464d8182b4;hpb=eeecce05e14a6c62ff531801c0f27e54131a545c;p=sliver-openvswitch.git diff --git a/Makefile.am b/Makefile.am index 36beb6c4a..b15a9a4d3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -107,6 +107,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' \ @@ -148,7 +149,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 \ @@ -258,4 +259,5 @@ 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