From: Ben Pfaff Date: Wed, 26 May 2010 21:05:23 +0000 (-0700) Subject: Distribute files that had been overlooked. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cdb08c02a3d3067194c659a442d3679cdd8dd35;p=openvswitch Distribute files that had been overlooked. In general, every file in the Git repository should be distributed, except for files that are specific to Git, such as the .gitignore files. But we had overlooked several of them. This commit makes sure that they get distributed. --- diff --git a/Makefile.am b/Makefile.am index 3a3ddb7e..58b79a4a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,14 +28,20 @@ endif BUILT_SOURCES = CLEANFILES = DISTCLEANFILES = -EXTRA_DIST = INSTALL.bridge \ +EXTRA_DIST = \ + CodingStyle \ INSTALL.KVM \ INSTALL.Linux \ - INSTALL.userspace \ INSTALL.OpenFlow \ INSTALL.SSL \ INSTALL.XenServer \ - README-gcov + INSTALL.bridge \ + INSTALL.userspace \ + NOTICE \ + README-gcov \ + REPORTING-BUGS \ + SubmittingPatches \ + boot.sh bin_PROGRAMS = sbin_PROGRAMS = bin_SCRIPTS = diff --git a/ovsdb/automake.mk b/ovsdb/automake.mk index 055e47bb..37d669bb 100644 --- a/ovsdb/automake.mk +++ b/ovsdb/automake.mk @@ -60,6 +60,8 @@ EXTRA_DIST += ovsdb/ovsdb-server.1.in # ovsdb-idlc EXTRA_DIST += \ + ovsdb/OVSDB.py \ + ovsdb/SPECS \ ovsdb/simplejson/__init__.py \ ovsdb/simplejson/_speedups.c \ ovsdb/simplejson/decoder.py \ diff --git a/ovsdb/ovsdbmonitor/automake.mk b/ovsdb/ovsdbmonitor/automake.mk index b78920f8..5d1f960b 100644 --- a/ovsdb/ovsdbmonitor/automake.mk +++ b/ovsdb/ovsdbmonitor/automake.mk @@ -19,6 +19,7 @@ ovsdbmonitor_pyfiles = \ ovsdb/ovsdbmonitor/qt4reactor.py EXTRA_DIST += \ $(ovsdbmonitor_pyfiles) \ + ovsdb/ovsdbmonitor/COPYING \ ovsdb/ovsdbmonitor/ConfigWindow.ui \ ovsdb/ovsdbmonitor/FlowWindow.ui \ ovsdb/ovsdbmonitor/HostWindow.ui \ diff --git a/vswitchd/automake.mk b/vswitchd/automake.mk index 8067159c..6c201911 100644 --- a/vswitchd/automake.mk +++ b/vswitchd/automake.mk @@ -21,7 +21,9 @@ vswitchd_ovs_vswitchd_LDADD = \ lib/libsflow.a \ lib/libopenvswitch.a \ $(SSL_LIBS) -EXTRA_DIST += vswitchd/ovs-vswitchd.8.in +EXTRA_DIST += \ + vswitchd/ovs-vswitchd.8.in \ + vswitchd/INTERNALS if HAVE_NETLINK sbin_PROGRAMS += vswitchd/ovs-brcompatd