summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/time-date/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/time-date/Makefile')
-rw-r--r--TAO/examples/Simple/time-date/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/examples/Simple/time-date/Makefile b/TAO/examples/Simple/time-date/Makefile
index c32181be0fd..a8531bca24b 100644
--- a/TAO/examples/Simple/time-date/Makefile
+++ b/TAO/examples/Simple/time-date/Makefile
@@ -37,8 +37,12 @@ SIMPLE_CLT_OBJS = Time_DateC.o \
client.o \
../Simple_util.o \
Time_Date_Client_i.o
-SIMPLE_SVR_OBJS = server.o \
+SIMPLE_SVR_OBJS = Time_DateC.o \
+ Time_DateS.o \
+ Time_Date_i.o \
+ server.o \
../Simple_util.o
+VLDLIBS = $(LDLIBS:%=%$(VAR))
BIN2 = server \
client