summaryrefslogtreecommitdiff
path: root/apps/Orbix-Examples/Event_Comm/Supplier/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/Orbix-Examples/Event_Comm/Supplier/Makefile')
-rw-r--r--apps/Orbix-Examples/Event_Comm/Supplier/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/Orbix-Examples/Event_Comm/Supplier/Makefile b/apps/Orbix-Examples/Event_Comm/Supplier/Makefile
index e892aa43e8f..85eed3c8d4e 100644
--- a/apps/Orbix-Examples/Event_Comm/Supplier/Makefile
+++ b/apps/Orbix-Examples/Event_Comm/Supplier/Makefile
@@ -17,9 +17,7 @@ LSRC = $(addsuffix .cpp,$(FILES)) supplier.cpp
LOBJ = $(addsuffix .o,$(FILES))
SHOBJ = $(addsuffix .so,$(FILES))
-SRX = ../src/.obj
-
-LDLIBS = $(addprefix $(VSHDIR),$(LOBJ)) ../src/libEvent_Comm.a
+LDLIBS = $(addprefix $(VSHDIR),$(LOBJ)) ../libsrc/libEvent_Comm.a
VLDLIBS = $(LDLIBS:%=%$(VAR))