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