summaryrefslogtreecommitdiff
path: root/examples/C++NPv2/Makefile.CLD
diff options
context:
space:
mode:
Diffstat (limited to 'examples/C++NPv2/Makefile.CLD')
-rw-r--r--examples/C++NPv2/Makefile.CLD10
1 files changed, 2 insertions, 8 deletions
diff --git a/examples/C++NPv2/Makefile.CLD b/examples/C++NPv2/Makefile.CLD
index 10bac2a15e5..9aae61a8f31 100644
--- a/examples/C++NPv2/Makefile.CLD
+++ b/examples/C++NPv2/Makefile.CLD
@@ -11,7 +11,8 @@
SHLIB = libCLD.$(SOEXT)
FILES = Client_Logging_Daemon \
Logging_Acceptor \
- Logging_Event_Handler
+ Logging_Event_Handler \
+ Logging_Handler
LSRC = $(addsuffix .cpp,$(FILES))
LIBS += $(ACELIB)
@@ -28,10 +29,3 @@ include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU
include $(ACE_ROOT)/include/makeinclude/rules.lib.GNU
include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
-
-# To remake the DLL_Test source with xlC on AIX, it works
-# best to wipe out any previously-created tempinc directory.
-# The compiler/linker isn't too smart about instantiating templates...
-ifdef TEMPINCDIR
-COMPILE.cc := $(RM) -rf tempinc; $(COMPILE.cc)
-endif