24c23891cfca74f9304130c4f173a9fbc662f7cb
[openvswitch] / switch / Makefile.am
1 include ../Make.vars
2
3 bin_PROGRAMS = switch
4
5 switch_SOURCES = \
6         chain.c \
7         chain.h \
8         controller.c \
9         controller.h \
10         crc32.c \
11         crc32.h \
12         datapath.c \
13         datapath.h \
14         netdev.c \
15         netdev.h \
16         switch.c \
17         switch-flow.c \
18         switch-flow.h \
19         table.h \
20         table-hash.c \
21         table-linear.c \
22         table-mac.c 
23
24 switch_LDADD = ../lib/libopenflow.la -ldl