summaryrefslogtreecommitdiff
path: root/ovsdb
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-05-26 14:05:23 -0700
committerBen Pfaff <blp@nicira.com>2010-05-27 10:11:51 -0700
commit4cdb08c02a3d3067194c659a442d3679cdd8dd35 (patch)
tree41f6f3d4bc7872fecf9dc25336684ac48ef7e0d5 /ovsdb
parent79b18681997dbba888ae61d9e1b079642f7b859a (diff)
downloadopenvswitch-4cdb08c02a3d3067194c659a442d3679cdd8dd35.tar.gz
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.
Diffstat (limited to 'ovsdb')
-rw-r--r--ovsdb/automake.mk2
-rw-r--r--ovsdb/ovsdbmonitor/automake.mk1
2 files changed, 3 insertions, 0 deletions
diff --git a/ovsdb/automake.mk b/ovsdb/automake.mk
index 055e47bbd..37d669bb3 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 b78920f8d..5d1f960b2 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 \