From 85a89337f6a869bb55bf8f7dfdc559c10aed3e8e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 11 Aug 2002 02:59:39 +0000 Subject: 2002-08-11 Ralf Corsepius * configure.ac: Add BSP_SUBDIRS. * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS. --- c/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/Makefile.am') diff --git a/c/src/Makefile.am b/c/src/Makefile.am index 9a5d0eac1e..e03405decf 100644 --- a/c/src/Makefile.am +++ b/c/src/Makefile.am @@ -4,7 +4,7 @@ ACLOCAL_AMFLAGS = -I ../../aclocal -SUBDIRS = @exec@ @subdirs@ wrapup +SUBDIRS = @BSP_SUBDIRS@ clean-local: $(RM) -r $(PROJECT_RELEASE) -- cgit v1.2.3