X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=91adf05feb570945ab4f00fbe3f1bace0a61871f;hb=271c896ee455422992f8717f5c715ae8522c4000;hp=4eab72af07f9c6052cc61e64394ae0bb6b66a6d6;hpb=79982e900ba733bc870e1516e46fdcda67cf9cc1;p=sliver-openvswitch.git diff --git a/Makefile.am b/Makefile.am index 4eab72af0..91adf05fe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2007, 2008, 2009, 2010, 2011 Nicira Networks, Inc. +# Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 Nicira, Inc. # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright @@ -34,6 +34,7 @@ EXTRA_DIST = \ CodingStyle \ DESIGN \ INSTALL.KVM \ + INSTALL.Libvirt \ INSTALL.Linux \ INSTALL.RHEL \ INSTALL.SSL \ @@ -101,7 +102,6 @@ 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' \