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