summaryrefslogtreecommitdiff
path: root/examples/ASX/Event_Server
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-11 00:56:29 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-11 00:56:29 +0000
commita85afe639fd871fe2c87e48d5480d9ba9a4a286a (patch)
tree846e95a758127f705a60e66e1955f16d5d210b4d /examples/ASX/Event_Server
parent55b1f2778b6b5df78b23fb3a144fc67f8d6e274d (diff)
downloadATCD-a85afe639fd871fe2c87e48d5480d9ba9a4a286a.tar.gz
ChangeLogTag:Fri Oct 10 19:55:50 1997 Carlos O'Ryan <coryan@macarena.cs.wustl.edu>
Diffstat (limited to 'examples/ASX/Event_Server')
-rw-r--r--examples/ASX/Event_Server/Event_Server/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/ASX/Event_Server/Event_Server/Makefile b/examples/ASX/Event_Server/Event_Server/Makefile
index de78a15e3c6..aa48bfa59ae 100644
--- a/examples/ASX/Event_Server/Event_Server/Makefile
+++ b/examples/ASX/Event_Server/Event_Server/Makefile
@@ -20,10 +20,6 @@ LSRC = $(addsuffix .cpp,$(FILES))
LOBJ = $(addsuffix .o,$(FILES))
SHOBJ = $(addsuffix .so,$(FILES))
-LDLIBS = $(addprefix $(VSHDIR),$(SHOBJ))
-
-VLDLIBS = $(LDLIBS:%=%$(VAR))
-
BUILD = $(VBIN)
#----------------------------------------------------------------------------