From 13e9c27b20619702d950942ca83994473d8a05c2 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 29 Aug 2008 10:05:14 -0700 Subject: [PATCH] Make "make dist", "make clean" work without extensions submodule present. --- Makefile.am | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) 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 -- 2.30.2