summaryrefslogtreecommitdiff
path: root/examples/Shared_Malloc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Shared_Malloc/Makefile')
-rw-r--r--examples/Shared_Malloc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/Shared_Malloc/Makefile b/examples/Shared_Malloc/Makefile
index 03283915516..5081c4392b4 100644
--- a/examples/Shared_Malloc/Makefile
+++ b/examples/Shared_Malloc/Makefile
@@ -17,11 +17,11 @@ FILES = Malloc \
LSRC = $(addsuffix .cpp,$(FILES))
LOBJ = $(addsuffix .o,$(FILES))
-SHOBJ = $(addsuffix .so,$(FILES))
+#SHOBJ = $(addsuffix .so,$(FILES))
-LDLIBS = $(addprefix $(VSHDIR),$(SHOBJ))
+#LDLIBS = $(addprefix $(VSHDIR),$(SHOBJ))
-VLDLIBS = $(LDLIBS:%=%$(VAR))
+#VLDLIBS = $(LDLIBS:%=%$(VAR))
BUILD = $(VBIN)