aboutsummaryrefslogtreecommitdiff
path: root/vswitchd/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 /vswitchd/automake.mk
parent79b18681997dbba888ae61d9e1b079642f7b859a (diff)
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 'vswitchd/automake.mk')
-rw-r--r--vswitchd/automake.mk4
1 files changed, 3 insertions, 1 deletions
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