diff options
Diffstat (limited to 'apps/Orbix-Examples/Event_Comm/Consumer/Makefile')
-rw-r--r-- | apps/Orbix-Examples/Event_Comm/Consumer/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/Orbix-Examples/Event_Comm/Consumer/Makefile b/apps/Orbix-Examples/Event_Comm/Consumer/Makefile index 6816bfa0bbb..23f9da9c5e3 100644 --- a/apps/Orbix-Examples/Event_Comm/Consumer/Makefile +++ b/apps/Orbix-Examples/Event_Comm/Consumer/Makefile @@ -17,9 +17,7 @@ LSRC = $(addsuffix .cpp,$(FILES)) consumer.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)) BUILD = $(VBIN) |