diff options
Diffstat (limited to 'apps/JAWS/clients/Blobby/Makefile')
-rw-r--r-- | apps/JAWS/clients/Blobby/Makefile | 2 |
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)) |