wdp-xflow: Remove wx structure from global list when closing.
[sliver-openvswitch.git] / lib / automake.mk
index ae889a1..a144629 100644 (file)
@@ -36,6 +36,8 @@ lib_libopenvswitch_a_SOURCES = \
        lib/dirs.h \
        lib/dynamic-string.c \
        lib/dynamic-string.h \
+       lib/entropy.c \
+       lib/entropy.h \
        lib/fatal-signal.c \
        lib/fatal-signal.h \
        lib/flow.c \
@@ -109,8 +111,6 @@ lib_libopenvswitch_a_SOURCES = \
        lib/socket-util.h \
        lib/sort.c \
        lib/sort.h \
-       lib/stp.c \
-       lib/stp.h \
        lib/stream-fd.c \
        lib/stream-fd.h \
        lib/stream-provider.h \
@@ -175,9 +175,9 @@ endif
 
 if HAVE_NETLINK
 lib_libopenvswitch_a_SOURCES += \
-       lib/netdev-gre.c \
        lib/netdev-linux.c \
        lib/netdev-patch.c \
+       lib/netdev-tunnel.c \
        lib/netdev-vport.c \
        lib/netdev-vport.h \
        lib/netlink-protocol.h \
@@ -234,7 +234,8 @@ lib/dirs.c: Makefile
         echo 'const char ovs_bindir[] = "$(bindir)";') > lib/dirs.c.tmp
        mv lib/dirs.c.tmp lib/dirs.c
 
-install-data-local:
+install-data-local: lib-install-data-local
+lib-install-data-local:
        $(MKDIR_P) $(DESTDIR)$(RUNDIR)
        $(MKDIR_P) $(DESTDIR)$(PKIDIR)
        $(MKDIR_P) $(DESTDIR)$(LOGDIR)
@@ -253,6 +254,7 @@ COVERAGE_FILES = \
        lib/rconn.c \
        lib/rtnetlink.c \
        lib/stream.c \
+       lib/stream-ssl.c \
        lib/timeval.c \
        lib/unixctl.c \
        lib/util.c \