Break MAC learning out of controller into library.
[sliver-openvswitch.git] / lib / Makefile.am
index f0c1ac6..3f59439 100644 (file)
@@ -11,7 +11,12 @@ libopenflow_la_SOURCES = \
        flow.c \
        hash.c \
        list.c \
+       mac-learning.c \
+       netdev.c \
        ofp-print.c \
+       poll-loop.c \
+       queue.c \
+       rconn.c \
        socket-util.c \
        util.c \
        vconn-tcp.c \
@@ -28,8 +33,8 @@ endif
 
 if HAVE_OPENSSL
 libopenflow_la_SOURCES += \
-       vconn-ssl.c \
-       dhparams.c
+       vconn-ssl.c 
+nodist_libopenflow_la_SOURCES = dhparams.c
 dhparams.c: dh1024.pem dh2048.pem dh4096.pem
        (echo '#include "dhparams.h"' &&                        \
         openssl dhparam -C -in $(srcdir)/dh1024.pem -noout &&  \