X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=switch%2FMakefile.am;h=bd1b06ee1ed9e367983ddd79824a5c71fac93467;hb=a304614f57ff4637f5818dfad3f3ac3d2ec1e578;hp=eb9931b003f279561508f1c5137a9303decde095;hpb=14da11884d45be826269fdebc548107a555dd6f0;p=sliver-openvswitch.git diff --git a/switch/Makefile.am b/switch/Makefile.am index eb9931b00..bd1b06ee1 100644 --- a/switch/Makefile.am +++ b/switch/Makefile.am @@ -1,6 +1,7 @@ include ../Make.vars bin_PROGRAMS = switch +man_MANS = switch.8 switch_SOURCES = \ chain.c \ @@ -9,14 +10,16 @@ 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 + +EXTRA_DIST = switch.8.in +DISTCLEANFILES = switch.8 +switch.8: switch.8.in Makefile + ($(do_subst) && $(ro_man)) < $(srcdir)/switch.8.in > switch.8