python/ovs/stream: teach stream.py tcp socket
[openvswitch] / Makefile.am
index 50c4b14283781d5efdae2a84a32db228a0e25bcb..dafba2b52312d68132f660a4131fd41600b24737 100644 (file)
@@ -42,9 +42,10 @@ EXTRA_DIST = \
        CodingStyle \
        DESIGN \
        FAQ \
+       INSTALL \
+       INSTALL.Fedora \
        INSTALL.KVM \
        INSTALL.Libvirt \
-       INSTALL.Linux \
        INSTALL.RHEL \
        INSTALL.SSL \
        INSTALL.XenServer \
@@ -108,6 +109,7 @@ SUFFIXES += .in
            sed \
                -e 's,[@]PKIDIR[@],$(PKIDIR),g' \
                 -e 's,[@]LOGDIR[@],$(LOGDIR),g' \
+                -e 's,[@]DBDIR[@],$(DBDIR),g' \
                 -e 's,[@]PERL[@],$(PERL),g' \
                 -e 's,[@]PYTHON[@],$(PYTHON),g' \
                 -e 's,[@]RUNDIR[@],$(RUNDIR),g' \