summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Log/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Log/Makefile.am')
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Log/Makefile.am b/TAO/orbsvcs/orbsvcs/Log/Makefile.am
index 5f013201668..81a356344ff 100644
--- a/TAO/orbsvcs/orbsvcs/Log/Makefile.am
+++ b/TAO/orbsvcs/orbsvcs/Log/Makefile.am
@@ -25,3 +25,10 @@ libTAO_Logger_la_SOURCES = \
noinst_HEADERS = \
Logger_i.h
+
+## 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
+