X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.am;h=3a3ddb7ed693cc9ba385b35b6ce2e4f3b550709a;hb=5d0ae1387c968859b390dba9768ce44ac788405b;hp=f8dfd16c1c4aa968777c5e1da9329d0e727aaf81;hpb=5f55c39b21e69025045437ffbd3bb98fe6ce2e89;p=openvswitch diff --git a/Makefile.am b/Makefile.am index f8dfd16c..3a3ddb7e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,6 +29,7 @@ BUILT_SOURCES = CLEANFILES = DISTCLEANFILES = EXTRA_DIST = INSTALL.bridge \ + INSTALL.KVM \ INSTALL.Linux \ INSTALL.userspace \ INSTALL.OpenFlow \ @@ -51,7 +52,9 @@ noinst_SCRIPTS = OVSIDL_BUILT = SUFFIXES = -EXTRA_DIST += soexpand.pl +EXTRA_DIST += \ + build-aux/update-debian-changelog \ + soexpand.pl ro_c = echo '/* -*- mode: c; buffer-read-only: t -*- */' @@ -69,6 +72,7 @@ SUFFIXES += .in -e 's,[@]pkgdatadir[@],$(pkgdatadir),g' \ -e 's,[@]sysconfdir[@],$(sysconfdir),g' \ -e 's,[@]abs_top_srcdir[@],$(abs_top_srcdir),g' \ + -e 's,[@]ovsdbmonitordir[@],$(ovsdbmonitordir),g' \ > $@.tmp @if head -n 1 $@.tmp | grep -q '#!'; then \ echo chmod +x $@.tmp; \