secchan: Make sure fail-open doesn't drop the first messages from connection.
[sliver-openvswitch.git] / lib / Makefile.am
index bedd77f..0e25828 100644 (file)
@@ -3,7 +3,6 @@ include ../Make.vars
 noinst_LIBRARIES = libopenflow.a
 
 libopenflow_a_SOURCES = \
-       buffer.c \
        command-line.c \
        csum.c \
        daemon.c \
@@ -18,14 +17,20 @@ libopenflow_a_SOURCES = \
        list.c \
        mac-learning.c \
        netdev.c \
+       ofpbuf.c \
        ofp-print.c \
        poll-loop.c \
+       port-array.c \
        queue.c \
        random.c \
        rconn.c \
        socket-util.c \
+       timeval.c \
+       stp.c \
        util.c \
        vconn-tcp.c \
+       vconn-unix.c \
+       vconn-stream.c \
        vconn.c \
        vlog-socket.c \
        vlog.c