summaryrefslogtreecommitdiffstats
path: root/c/src/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-17 13:14:34 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-17 13:14:34 +0000
commit8dc51855b95bc6e885ae0e84a900ed21d1a3f5df (patch)
treed39cf388e8234e34a1ef1906b6400352c09e9c35 /c/src/Makefile.am
parent2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-8dc51855b95bc6e885ae0e84a900ed21d1a3f5df.tar.bz2
2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5. * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make autoconf-2.52 happy.
Diffstat (limited to 'c/src/Makefile.am')
-rw-r--r--c/src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/Makefile.am b/c/src/Makefile.am
index 717ad34e74..17bd0f578b 100644
--- a/c/src/Makefile.am
+++ b/c/src/Makefile.am
@@ -2,10 +2,10 @@
## $Id$
##
-AUTOMAKE_OPTIONS = foreign 1.4
+AUTOMAKE_OPTIONS = foreign 1.5
ACLOCAL_AMFLAGS = -I ../../aclocal
-SUBDIRS = make @hst_subdirs@ wrapup tests
+SUBDIRS = @subdirs@
# NOTE: The wildcard on the install should pick up everything except
# the tests directory. This significantly minimizes the install size.