summaryrefslogtreecommitdiff
path: root/ovsdb/automake.mk
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/automake.mk
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/automake.mk')
-rw-r--r--ovsdb/automake.mk2
1 files changed, 2 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 \