summaryrefslogtreecommitdiffstats
path: root/c/src/exec/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-06 20:23:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-06 20:23:18 +0000
commit029527b61523cd619f96c6aea3780743fd746da1 (patch)
treec7404d34ecbe031a29c30d5532ae4903919b92ae /c/src/exec/Makefile.am
parent2002-01-06 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-029527b61523cd619f96c6aea3780743fd746da1.tar.bz2
2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Readded reference to wrapup.
Diffstat (limited to 'c/src/exec/Makefile.am')
-rw-r--r--c/src/exec/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/Makefile.am b/c/src/exec/Makefile.am
index 4995bce129..c4bbee1556 100644
--- a/c/src/exec/Makefile.am
+++ b/c/src/exec/Makefile.am
@@ -15,7 +15,7 @@ if HAS_ITRON
ITRON_SUBDIRS = itron
endif
-SUBDIRS = include score rtems $(POSIX_SUBDIRS) $(ITRON_SUBDIRS) sapi
+SUBDIRS = include score rtems $(POSIX_SUBDIRS) $(ITRON_SUBDIRS) sapi wrapup
include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am