summaryrefslogtreecommitdiff
path: root/examples/ASX
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-07-27 14:05:25 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-07-27 14:05:25 +0000
commite773300204c7adbe51b5ddfc95dd2fc795cff2ce (patch)
treebbcab13d2866afb35f2a94f3cac460cef3f03d26 /examples/ASX
parent399a22d0d62eb946d4119e52894db4a95ce54800 (diff)
downloadATCD-e773300204c7adbe51b5ddfc95dd2fc795cff2ce.tar.gz
replaced hard-coded ".shobj" with "$(VSHDIR)" in LDLIBS definitions.
Diffstat (limited to 'examples/ASX')
-rw-r--r--examples/ASX/Event_Server/Event_Server/Makefile2
-rw-r--r--examples/ASX/UPIPE_Event_Server/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/ASX/Event_Server/Event_Server/Makefile b/examples/ASX/Event_Server/Event_Server/Makefile
index 4ae33b56ed4..4a4e666040f 100644
--- a/examples/ASX/Event_Server/Event_Server/Makefile
+++ b/examples/ASX/Event_Server/Event_Server/Makefile
@@ -20,7 +20,7 @@ LSRC = $(addsuffix .cpp,$(FILES))
LOBJ = $(addsuffix .o,$(FILES))
SHOBJ = $(addsuffix .so,$(FILES))
-LDLIBS = $(addprefix .shobj/,$(SHOBJ))
+LDLIBS = $(addprefix $(VSHDIR),$(SHOBJ))
VLDLIBS = $(LDLIBS:%=%$(VAR))
diff --git a/examples/ASX/UPIPE_Event_Server/Makefile b/examples/ASX/UPIPE_Event_Server/Makefile
index dc7048e400d..df9323b18a8 100644
--- a/examples/ASX/UPIPE_Event_Server/Makefile
+++ b/examples/ASX/UPIPE_Event_Server/Makefile
@@ -20,7 +20,7 @@ LSRC = $(addsuffix .cpp,$(FILES))
LOBJ = $(addsuffix .o,$(FILES))
SHOBJ = $(addsuffix .so,$(FILES))
-LDLIBS = $(addprefix .shobj/,$(SHOBJ))
+LDLIBS = $(addprefix $(VSHDIR),$(SHOBJ))
VLDLIBS = $(LDLIBS:%=%$(VAR))