Add userspace datapath to openflow.
[sliver-openvswitch.git] / switch / automake.mk
1 bin_PROGRAMS += switch/switch
2 man_MANS += switch/switch.8
3
4 switch_switch_SOURCES = \
5         switch/chain.c \
6         switch/chain.h \
7         switch/crc32.c \
8         switch/crc32.h \
9         switch/datapath.c \
10         switch/datapath.h \
11         switch/dp_act.c \
12         switch/dp_act.h \
13         switch/nx_act.c \
14         switch/nx_act.h \
15         switch/switch.c \
16         switch/switch-flow.c \
17         switch/switch-flow.h \
18         switch/table.h \
19         switch/table-hash.c \
20         switch/table-linear.c
21
22 switch_switch_LDADD = lib/libopenflow.a $(FAULT_LIBS) $(SSL_LIBS)
23
24 EXTRA_DIST += switch/switch.8.in
25 DISTCLEANFILES += switch/switch.8