X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.am;h=c23b670a5f1687bb6012117c22a86c07ce9cea05;hb=3c442619836797b78bbb3472385a4982582cb907;hp=bb8245efd804a3453023619f9d2f20e1d248e47b;hpb=02dd3123a0e312f1d33403e744af52dd6096f12d;p=openvswitch diff --git a/Makefile.am b/Makefile.am index bb8245ef..c23b670a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2007, 2008, 2009 Nicira Networks, Inc. +# Copyright (C) 2007, 2008, 2009, 2010 Nicira Networks, Inc. # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright @@ -29,17 +29,18 @@ BUILT_SOURCES = CLEANFILES = DISTCLEANFILES = EXTRA_DIST = INSTALL.bridge \ + INSTALL.KVM \ INSTALL.Linux \ INSTALL.userspace \ INSTALL.OpenFlow \ INSTALL.SSL \ INSTALL.XenServer \ - README-gcov \ - ++WARNING++ + README-gcov bin_PROGRAMS = sbin_PROGRAMS = bin_SCRIPTS = dist_man_MANS = +dist_pkgdata_DATA = dist_pkgdata_SCRIPTS = dist_sbin_SCRIPTS = man_MANS = @@ -69,6 +70,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; \