Add support for extensions submodule.
[openvswitch] / Makefile.am
index aee1a9dcd4f114b13803a22fa12c2bf0468401b0..d78bc2c8bb736b8f38090e168b54044919c916b6 100644 (file)
@@ -1,2 +1,12 @@
 AUTOMAKE_OPTIONS=foreign
-SUBDIRS = lib datapath secchan controller utilities man include third-party
+ACLOCAL_AMFLAGS = -I m4
+SUBDIRS = lib datapath secchan controller
+if HAVE_IF_PACKET
+SUBDIRS += switch
+endif
+SUBDIRS += utilities tests include third-party
+if HAVE_EXT
+SUBDIRS += ext
+endif
+
+EXTRA_DIST = README.hwtables