X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=4229cb1dfcc72451691e211f38b1e373cd0f3600;hb=d879a707a38eff0335e1b5c12ae4c61f4aa0296b;hp=52f5e594a51761c87487df7d8c8b933932174b36;hpb=9678a9b66c5a57fb1dd88b8f9f1e8111e91950dc;p=openvswitch diff --git a/Makefile.am b/Makefile.am index 52f5e594..4229cb1d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,6 +24,7 @@ else AM_LDFLAGS = -export-dynamic endif +BUILT_SOURCES = CLEANFILES = DISTCLEANFILES = EXTRA_DIST = INSTALL.bridge \ @@ -62,6 +63,7 @@ SUFFIXES = .in -e 's,[@]localstatedir[@],$(localstatedir),g' \ -e 's,[@]pkgdatadir[@],$(pkgdatadir),g' \ -e 's,[@]sysconfdir[@],$(sysconfdir),g' \ + -e 's,[@]abs_top_srcdir[@],$(abs_top_srcdir),g' \ > $@.tmp @if head -n 1 $@.tmp | grep -q '#!'; then \ echo chmod +x $@.tmp; \ @@ -77,5 +79,6 @@ include include/automake.mk include third-party/automake.mk include debian/automake.mk include vswitchd/automake.mk +include ovsdb/automake.mk include xenserver/automake.mk include extras/ezio/automake.mk