summaryrefslogtreecommitdiffstats
path: root/make/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-11-07 10:18:05 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-11-07 10:18:05 +0000
commita9020bbbe2cc916b3f4296ae29a4acd6f08ba185 (patch)
treedde4311e6e5b4eefd72c97f98906791a81797bde /make/Makefile.am
parent2002-11-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-a9020bbbe2cc916b3f4296ae29a4acd6f08ba185.tar.bz2
2002-11-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add Templates/*. * Templates/Makefile.am: Remove.
Diffstat (limited to '')
-rw-r--r--make/Makefile.am9
1 files changed, 8 insertions, 1 deletions
diff --git a/make/Makefile.am b/make/Makefile.am
index 89532a2f2d..2ad7d2a1d4 100644
--- a/make/Makefile.am
+++ b/make/Makefile.am
@@ -9,7 +9,14 @@ rtems_make_DATA = main.cfg leaf.cfg
EXTRA_DIST = README directory.cfg host.cfg.in leaf.cfg lib.cfg
-SUBDIRS = Templates custom compilers
+rtems_make_Templatesdir = $(rtems_makedir)/Templates
+
+rtems_make_Templates_DATA = \
+ Templates/Makefile.dir \
+ Templates/Makefile.leaf \
+ Templates/Makefile.lib
+
+SUBDIRS = custom compilers
## -------------------------------------------------------
include $(top_srcdir)/automake/subdirs.am