summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/DSI/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/DSI/Makefile')
-rw-r--r--TAO/examples/POA/DSI/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/POA/DSI/Makefile b/TAO/examples/POA/DSI/Makefile
index 729d7a3d4b3..bfb43678bf8 100644
--- a/TAO/examples/POA/DSI/Makefile
+++ b/TAO/examples/POA/DSI/Makefile
@@ -41,7 +41,7 @@ include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
include $(TAO_ROOT)/taoconfig.mk
-.PRECIOUS: DatabaseC.h DatabaseC.i DatabaseC.cpp DatabaseS.h DatabaseS.i DatabaseS.cpp
+.PRECIOUS: DatabaseC.h DatabaseC.i DatabaseC.cpp DatabaseS.h DatabaseS.i DatabaseS.cpp DatabaseS_T.h DatabaseS_T.i DatabaseS_T.cpp
server: $(addprefix $(VDIR),$(FILE_SVR_OBJS))
$(LINK.cc) $(LDFLAGS) -o $@ $^ $(VLDLIBS) $(POSTLINK)
@@ -50,7 +50,7 @@ client: $(addprefix $(VDIR),$(FILE_CLT_OBJS))
$(LINK.cc) $(LDFLAGS) -o $@ $^ $(VLDLIBS) $(POSTLINK)
realclean: clean
- -$(RM) DatabaseC.* DatabaseS.*
+ -$(RM) DatabaseC.* DatabaseS.* DatabaseS_T.*
# DO NOT DELETE THIS LINE -- g++dep uses it.
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.