secchan: Make sure fail-open doesn't drop the first messages from connection.
[sliver-openvswitch.git] / switch / Makefile.am
index 7488e07..620db5d 100644 (file)
@@ -1,6 +1,7 @@
 include ../Make.vars
 
 bin_PROGRAMS = switch
+man_MANS = switch.8
 
 switch_SOURCES = \
        chain.c \
@@ -9,8 +10,10 @@ switch_SOURCES = \
        crc32.h \
        datapath.c \
        datapath.h \
-       netdev.c \
-       netdev.h \
+       dp_act.c \
+       dp_act.h \
+       nx_act.c \
+       nx_act.h \
        switch.c \
        switch-flow.c \
        switch-flow.h \
@@ -18,4 +21,9 @@ switch_SOURCES = \
        table-hash.c \
        table-linear.c
 
-switch_LDADD = ../lib/libopenflow.la -ldl
+switch_LDADD = ../lib/libopenflow.a $(FAULT_LIBS) $(SSL_LIBS)
+
+EXTRA_DIST = switch.8.in
+DISTCLEANFILES = switch.8
+switch.8: switch.8.in Makefile
+       ($(do_subst) && $(ro_man)) < $(srcdir)/switch.8.in > switch.8