Move manpages from man directory to next to their programs.
[sliver-openvswitch.git] / switch / Makefile.am
index eb9931b..2ea1ac2 100644 (file)
@@ -1,6 +1,7 @@
 include ../Make.vars
 
 bin_PROGRAMS = switch
+dist_man_MANS = switch.8
 
 switch_SOURCES = \
        chain.c \
@@ -9,14 +10,11 @@ switch_SOURCES = \
        crc32.h \
        datapath.c \
        datapath.h \
-       netdev.c \
-       netdev.h \
        switch.c \
        switch-flow.c \
        switch-flow.h \
        table.h \
        table-hash.c \
-       table-linear.c \
-       table-mac.c 
+       table-linear.c
 
 switch_LDADD = ../lib/libopenflow.la -ldl