New functions for getting and setting network device flags.
[sliver-openvswitch.git] / Makefile.am
index aee1a9d..7ebc633 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 man include third-party