diff options
Diffstat (limited to 'examples/ASX')
-rw-r--r-- | examples/ASX/Event_Server/Event_Server/Makefile | 2 | ||||
-rw-r--r-- | examples/ASX/UPIPE_Event_Server/Makefile | 2 |
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)) |