Make "struct vconn" opaque.
[openvswitch] / Makefile.am
index 4644b057344da49823a03a0fbf8bb509908ed599..c678d90268edfcfda93375b73e6b2aabaebb8bee 100644 (file)
@@ -1,6 +1,19 @@
 AUTOMAKE_OPTIONS=foreign
-SUBDIRS = lib datapath secchan controller
-if HAVE_IF_PACKET
-SUBDIRS += switch
+ACLOCAL_AMFLAGS = -I m4
+SUBDIRS = \
+       lib \
+       datapath \
+       secchan \
+       controller \
+       utilities \
+       switch \
+       tests \
+       include \
+       third-party
+if HAVE_EXT
+SUBDIRS += ext
 endif
-SUBDIRS += utilities tests include third-party
+
+DIST_SUBDIRS = $(SUBDIRS)
+
+EXTRA_DIST = README.hwtables