summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-28 19:08:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-28 19:08:58 +0000
commitb6084844ddc303b5c0a8b49be04872216e87347d (patch)
treea2bc22c357d4305d334aa4c37030d84c5a772e46 /c/src/lib/libbsp/powerpc/Makefile.am
parent2001-11-28 Joel Sherrill <joel@OARcorp.com>, (diff)
downloadrtems-b6084844ddc303b5c0a8b49be04872216e87347d.tar.bz2
2001-11-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add DIST_SUBDIRS.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/Makefile.am b/c/src/lib/libbsp/powerpc/Makefile.am
index 4e883ca9f9..e1e23b7220 100644
--- a/c/src/lib/libbsp/powerpc/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/Makefile.am
@@ -8,5 +8,9 @@ ACLOCAL_AMFLAGS = -I ../../../../../aclocal
## Descend into the $(RTEMS_BSP_FAMILY) directory
SUBDIRS = shared $(RTEMS_BSP_FAMILY)
+DIST_SUBDIRS = @all_subdirs@ \
+support/old_exception_processing \
+support/new_exception_processing
+
include $(top_srcdir)/../../../../../automake/subdirs.am
include $(top_srcdir)/../../../../../automake/local.am