X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.am;h=c678d90268edfcfda93375b73e6b2aabaebb8bee;hb=13e9c27b20619702d950942ca83994473d8a05c2;hp=d78bc2c8bb736b8f38090e168b54044919c916b6;hpb=27dadb6bc69e03c2fd4a8de4f86073ebcb5f6cc3;p=openvswitch diff --git a/Makefile.am b/Makefile.am index d78bc2c8..c678d902 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,12 +1,19 @@ 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 +SUBDIRS = \ + lib \ + datapath \ + secchan \ + controller \ + utilities \ + switch \ + tests \ + include \ + third-party if HAVE_EXT SUBDIRS += ext endif +DIST_SUBDIRS = $(SUBDIRS) + EXTRA_DIST = README.hwtables