From 4cdb08c02a3d3067194c659a442d3679cdd8dd35 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 26 May 2010 14:05:23 -0700 Subject: [PATCH] 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. --- Makefile.am | 12 +++++++++--- ovsdb/automake.mk | 2 ++ ovsdb/ovsdbmonitor/automake.mk | 1 + vswitchd/automake.mk | 4 +++- 4 files changed, 15 insertions(+), 4 deletions(-) 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 -- 2.30.2