summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/benchmark/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/benchmark/Makefile.am')
-rw-r--r--TAO/orbsvcs/tests/AVStreams/benchmark/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/benchmark/Makefile.am b/TAO/orbsvcs/tests/AVStreams/benchmark/Makefile.am
index 7361ab6b9e8..4177c191865 100644
--- a/TAO/orbsvcs/tests/AVStreams/benchmark/Makefile.am
+++ b/TAO/orbsvcs/tests/AVStreams/benchmark/Makefile.am
@@ -44,3 +44,10 @@ noinst_HEADERS = \
noinst_DATA = svc.conf clnt.conf
EXTRA_DIST = $(noinst_DATA)
+
+## Clean up some additional files/directories possibly created during
+## the configure script tests.
+clean-local:
+ -rm -f *.bak *.rpo *.sym lib*.*_pure_* Makefile.old core
+ -rm -rf ptrepository Templates.DB gcctemp.c gcctemp so_locations
+