summaryrefslogtreecommitdiffstats
path: root/c/src/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-24 22:06:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-24 22:06:58 +0000
commit4a2faa7c451e22fa326f3debe4441223fe911005 (patch)
treed738618d90cc11631ffedb6d3c6dee3d60f98a7d /c/src/Makefile.am
parent2000-10-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-4a2faa7c451e22fa326f3debe4441223fe911005.tar.bz2
2000-10-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am, acinclude.m4, configure.in: Introduce GNU canonicalization to libfs/. The approach is currently a bit of a hack as GNU canonicalization does not support the per-BSP build some of the other directories require. As more of the tree is converted, this will become less of an issue.
Diffstat (limited to 'c/src/Makefile.am')
-rw-r--r--c/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/Makefile.am b/c/src/Makefile.am
index 7dd388782c..32c7bd934c 100644
--- a/c/src/Makefile.am
+++ b/c/src/Makefile.am
@@ -5,7 +5,7 @@
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
-SUBDIRS = @cfg_subdirs@ wrapup tests
+SUBDIRS = @cfg_subdirs@ @hst_subdirs@ @cfg_subdirs2@ wrapup tests
rtems_bspdir = $(prefix)/@RTEMS_BSP@