Add support for extensions submodule.
[sliver-openvswitch.git] / Makefile.am
1 AUTOMAKE_OPTIONS=foreign
2 ACLOCAL_AMFLAGS = -I m4
3 SUBDIRS = lib datapath secchan controller
4 if HAVE_IF_PACKET
5 SUBDIRS += switch
6 endif
7 SUBDIRS += utilities tests include third-party
8 if HAVE_EXT
9 SUBDIRS += ext
10 endif
11
12 EXTRA_DIST = README.hwtables