Distribute files that had been overlooked.
authorBen Pfaff <blp@nicira.com>
Wed, 26 May 2010 21:05:23 +0000 (14:05 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 27 May 2010 17:11:51 +0000 (10:11 -0700)
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
ovsdb/automake.mk
ovsdb/ovsdbmonitor/automake.mk
vswitchd/automake.mk

index 3a3ddb7..58b79a4 100644 (file)
@@ -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 =
index 055e47b..37d669b 100644 (file)
@@ -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                             \
index b78920f..5d1f960 100644 (file)
@@ -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 \
index 8067159..6c20191 100644 (file)
@@ -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