summaryrefslogtreecommitdiffstats
path: root/cpukit/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-06-15 05:33:10 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-06-15 05:33:10 +0000
commitb6b3cf5246de7ece8129c03d29975a46a11f7c63 (patch)
tree1108da2ac8b51ae6667a79ead6993774e58d2785 /cpukit/Makefile.am
parentCopied over from the automake/ (diff)
downloadrtems-b6b3cf5246de7ece8129c03d29975a46a11f7c63.tar.bz2
Add AUTOMAKE_FILES.
Diffstat (limited to 'cpukit/Makefile.am')
-rw-r--r--cpukit/Makefile.am4
1 files changed, 4 insertions, 0 deletions
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