X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile.am;h=e01459aa6fde53fc305084b6dc8f1eea84f9ec67;hb=53319f95b9d3d025917110e2688a2cf0616f7071;hp=deae5127d747f5f1dffa17a379692eaac8b1bcb9;hpb=db5ce51427906ed54aa3e8e1dffc0ba6d908aa8c;p=sliver-openvswitch.git diff --git a/Makefile.am b/Makefile.am index deae5127d..e01459aa6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,9 +31,10 @@ CLEAN_LOCAL = DISTCLEANFILES = EXTRA_DIST = \ CodingStyle \ + DESIGN \ INSTALL.KVM \ INSTALL.Linux \ - INSTALL.OpenFlow \ + INSTALL.RHEL \ INSTALL.SSL \ INSTALL.XenServer \ INSTALL.bridge \ @@ -57,12 +58,17 @@ man_MANS = noinst_DATA = noinst_HEADERS = noinst_LIBRARIES = +noinst_man_MANS = noinst_PROGRAMS = noinst_SCRIPTS = OVSIDL_BUILT = +pkgdata_DATA = +scripts_SCRIPTS = SUFFIXES = check_DATA = +scriptsdir = $(pkgdatadir)/scripts + # This ensures that files added to EXTRA_DIST are always distributed, # even if they are inside an Automake if...endif conditional block that is # disabled by some particular "configure" run. For more information, see: @@ -84,9 +90,12 @@ SUFFIXES += .in -e 's,[@]PYTHON[@],$(PYTHON),g' \ -e 's,[@]RUNDIR[@],$(RUNDIR),g' \ -e 's,[@]VERSION[@],$(VERSION),g' \ + -e 's,[@]BUILDNR[@],$(BUILDNR),g' \ -e 's,[@]localstatedir[@],$(localstatedir),g' \ -e 's,[@]pkgdatadir[@],$(pkgdatadir),g' \ -e 's,[@]sysconfdir[@],$(sysconfdir),g' \ + -e 's,[@]bindir[@],$(bindir),g' \ + -e 's,[@]sbindir[@],$(sbindir),g' \ -e 's,[@]abs_top_srcdir[@],$(abs_top_srcdir),g' \ -e 's,[@]ovsdbmonitordir[@],$(ovsdbmonitordir),g' \ > $@.tmp @@ -149,5 +158,6 @@ include third-party/automake.mk include debian/automake.mk include vswitchd/automake.mk include ovsdb/automake.mk +include rhel/automake.mk include xenserver/automake.mk include python/ovs/automake.mk