Add support for extensions submodule.
[openvswitch] / Makefile.am
index 6306ab4cb2db3ee6df6eaa52dbfc9cb9998ddb00..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 man include third-party
+SUBDIRS += utilities tests include third-party
+if HAVE_EXT
+SUBDIRS += ext
+endif
+
+EXTRA_DIST = README.hwtables