summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/exec/Makefile.am4
-rw-r--r--cpukit/Makefile.am4
2 files changed, 8 insertions, 0 deletions
diff --git a/c/src/exec/Makefile.am b/c/src/exec/Makefile.am
index 4325ae2c53..4b7504d991 100644
--- a/c/src/exec/Makefile.am
+++ b/c/src/exec/Makefile.am
@@ -15,5 +15,9 @@ preinstall-stamp:
touch preinstall-stamp
DISTCLEANFILES = preinstall-stamp
+AUTOMAKE_FILES = automake/compile.am automake/lib.am automake/local.am \
+ automake/multilib.am automake/subdirs.am
+EXTRA_DIST = $(AUTOMAKE_FILES)
+
include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am
diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am
index 4325ae2c53..4b7504d991 100644
--- a/cpukit/Makefile.am
+++ b/cpukit/Makefile.am
@@ -15,5 +15,9 @@ preinstall-stamp:
touch preinstall-stamp
DISTCLEANFILES = preinstall-stamp
+AUTOMAKE_FILES = automake/compile.am automake/lib.am automake/local.am \
+ automake/multilib.am automake/subdirs.am
+EXTRA_DIST = $(AUTOMAKE_FILES)
+
include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am