Rename controller_connection to rconn and use it in secchan also.
[openvswitch] / switch / Makefile.am
1 include ../Make.vars
2
3 bin_PROGRAMS = switch
4
5 switch_SOURCES = \
6         chain.c \
7         chain.h \
8         crc32.c \
9         crc32.h \
10         datapath.c \
11         datapath.h \
12         netdev.c \
13         netdev.h \
14         switch.c \
15         switch-flow.c \
16         switch-flow.h \
17         table.h \
18         table-hash.c \
19         table-linear.c \
20         table-mac.c 
21
22 switch_LDADD = ../lib/libopenflow.la -ldl