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 3a3ddb7ed693cc9ba385b35b6ce2e4f3b550709a..58b79a4af10f6a3371a4051b89ded7c09e3905b0 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 055e47bbd8d65952b2b41cf1ee26d5b9a8fa9218..37d669bb3b01168f4612e95e9d73f74cf054e1ab 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 b78920f8d9e8b0426f9247b2df8ec62fc5575348..5d1f960b20906a65019d78707b7e0b082ceee9a3 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 8067159cf374bcb9f0ca378823a2e47f29fe2f2d..6c2019118828a8cedc015ba3db86f81eaa202a6d 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