netflow: Move packet definitions to header file.
[sliver-openvswitch.git] / lib / automake.mk
index 7cc0dbe..7153e93 100644 (file)
@@ -67,6 +67,8 @@ lib_libopenvswitch_a_SOURCES = \
        lib/lacp.h \
        lib/leak-checker.c \
        lib/leak-checker.h \
+       lib/learn.c \
+       lib/learn.h \
        lib/learning-switch.c \
        lib/learning-switch.h \
        lib/list.c \
@@ -83,10 +85,10 @@ lib_libopenvswitch_a_SOURCES = \
        lib/netdev-provider.h \
        lib/netdev.c \
        lib/netdev.h \
+       lib/netflow.h \
        lib/netlink.c \
        lib/netlink.h \
        lib/nx-match.c \
-       lib/nx-match.def \
        lib/nx-match.h \
        lib/odp-util.c \
        lib/odp-util.h \
@@ -139,6 +141,8 @@ lib_libopenvswitch_a_SOURCES = \
        lib/sort.h \
        lib/sset.c \
        lib/sset.h \
+       lib/stp.c \
+       lib/stp.h \
        lib/stream-fd.c \
        lib/stream-fd.h \
        lib/stream-provider.h \
@@ -178,6 +182,8 @@ lib_libopenvswitch_a_SOURCES = \
        lib/vconn.h \
        lib/vlan-bitmap.c \
        lib/vlan-bitmap.h \
+       lib/vlandev.c \
+       lib/vlandev.h \
        lib/vlog.c \
        lib/vlog.h
 nodist_lib_libopenvswitch_a_SOURCES = \
@@ -245,6 +251,7 @@ MAN_FRAGMENTS += \
        lib/daemon.man \
        lib/daemon-syn.man \
        lib/leak-checker.man \
+       lib/ovs.tmac \
        lib/ssl-bootstrap.man \
        lib/ssl-bootstrap-syn.man \
        lib/ssl-peer-ca-cert.man \