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.
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 =
# ovsdb-idlc
EXTRA_DIST += \
+ ovsdb/OVSDB.py \
+ ovsdb/SPECS \
ovsdb/simplejson/__init__.py \
ovsdb/simplejson/_speedups.c \
ovsdb/simplejson/decoder.py \
ovsdb/ovsdbmonitor/qt4reactor.py
EXTRA_DIST += \
$(ovsdbmonitor_pyfiles) \
+ ovsdb/ovsdbmonitor/COPYING \
ovsdb/ovsdbmonitor/ConfigWindow.ui \
ovsdb/ovsdbmonitor/FlowWindow.ui \
ovsdb/ovsdbmonitor/HostWindow.ui \
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