summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/Generic_Servant/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/Generic_Servant/Makefile')
-rw-r--r--TAO/examples/POA/Generic_Servant/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/examples/POA/Generic_Servant/Makefile b/TAO/examples/POA/Generic_Servant/Makefile
index bd5e6be7834..1b62578542e 100644
--- a/TAO/examples/POA/Generic_Servant/Makefile
+++ b/TAO/examples/POA/Generic_Servant/Makefile
@@ -40,8 +40,9 @@ VLDLIBS = $(LDLIBS:%=%$(VAR))
VBIN = $(BIN:%=%$(VAR))
LIBS = -lTAO
-LSRC = $(addsuffix .cpp,$(SHLIB_SRC)) client.cpp
+LSRC = $(addsuffix .cpp,$(SHLIB_SRC))
LOBJ = $(addsuffix .o,$(SHLIB_SRC))
+PSRC = $(addsuffix .cpp,$(BIN))
#----------------------------------------------------------------------------
# Include macros and targets