summaryrefslogtreecommitdiff
path: root/apps/JAWS/clients/Blobby/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/JAWS/clients/Blobby/Makefile')
-rw-r--r--apps/JAWS/clients/Blobby/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/JAWS/clients/Blobby/Makefile b/apps/JAWS/clients/Blobby/Makefile
index da923fc5994..883df5f67f7 100644
--- a/apps/JAWS/clients/Blobby/Makefile
+++ b/apps/JAWS/clients/Blobby/Makefile
@@ -18,7 +18,7 @@ LSRC = $(addsuffix .cpp,$(FILES))
LOBJ = $(addsuffix .o,$(FILES))
SHOBJ = $(addsuffix .so,$(FILES))
-LDLIBS = $(addprefix .shobj/,$(SHOBJ))
+LDLIBS = $(addprefix $(VSHDIR),$(SHOBJ))
VLDLIBS = $(LDLIBS:%=%$(VAR))