Make the secchan report a few more switch-status items.
[openvswitch] / Makefile.am
index aee1a9dcd4f114b13803a22fa12c2bf0468401b0..4644b057344da49823a03a0fbf8bb509908ed599 100644 (file)
@@ -1,2 +1,6 @@
 AUTOMAKE_OPTIONS=foreign
-SUBDIRS = lib datapath secchan controller utilities man include third-party
+SUBDIRS = lib datapath secchan controller
+if HAVE_IF_PACKET
+SUBDIRS += switch
+endif
+SUBDIRS += utilities tests include third-party