Make "make dist", "make clean" work without extensions submodule present.
[sliver-openvswitch.git] / Makefile.am
1 AUTOMAKE_OPTIONS=foreign
2 ACLOCAL_AMFLAGS = -I m4
3 SUBDIRS = \
4         lib \
5         datapath \
6         secchan \
7         controller \
8         utilities \
9         switch \
10         tests \
11         include \
12         third-party
13 if HAVE_EXT
14 SUBDIRS += ext
15 endif
16
17 DIST_SUBDIRS = $(SUBDIRS)
18
19 EXTRA_DIST = README.hwtables