Rename controller_connection to rconn and use it in secchan also.
[openvswitch] / switch / Makefile.am
index 5e84a99632489d36197a37d804f1418a0d18b2f4..eb9931b003f279561508f1c5137a9303decde095 100644 (file)
@@ -5,14 +5,10 @@ bin_PROGRAMS = switch
 switch_SOURCES = \
        chain.c \
        chain.h \
-       controller.c \
-       controller.h \
        crc32.c \
        crc32.h \
        datapath.c \
        datapath.h \
-       forward.c \
-       forward.h \
        netdev.c \
        netdev.h \
        switch.c \
@@ -23,4 +19,4 @@ switch_SOURCES = \
        table-linear.c \
        table-mac.c 
 
-switch_LDADD = ../lib/libopenflow.la
+switch_LDADD = ../lib/libopenflow.la -ldl