Implement userspace switch.
[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         forward.c \
15         forward.h \
16         netdev.c \
17         netdev.h \
18         switch.c \
19         switch-flow.c \
20         switch-flow.h \
21         table.h \
22         table-hash.c \
23         table-linear.c \
24         table-mac.c 
25
26 switch_LDADD = ../lib/libopenflow.la