From 0f322594c1a54f5058c77173a4eef04f73bc7a29 Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Sun, 3 Jun 2012 13:53:44 +0200 Subject: libdistrio_common: add corba helper functions - to initialize orb - to register new digital objects at the naming service - to run the orb Signed-off-by: Manuel Traut --- common/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'common/Makefile') diff --git a/common/Makefile b/common/Makefile index 441b13f..af3963e 100644 --- a/common/Makefile +++ b/common/Makefile @@ -2,7 +2,9 @@ CC := $(CROSS_COMPILE)gcc CXX := $(CROSS_COMPILE)g++ LD := $(CROSS_COMPILE)g++ -CFLAGS += -fPIC +DISTRIO_IO = ../io + +CFLAGS += -fPIC -I. -I$(DISTRIO_IO) CXXFLAGS += $(CFLAGS) TAO_IDL := tao_idl @@ -11,7 +13,7 @@ DESTDIR := /usr COMPONENT = distrio_common LIB = lib$(COMPONENT).so -OBJ = $(COMPONENT)C.o $(COMPONENT).o $(COMPONENT)S.o +OBJ = $(COMPONENT)C.o $(COMPONENT).o $(COMPONENT)S.o common.o IDL_CLEANFILES = $(COMPONENT)C.cpp $(COMPONENT)C.inl $(COMPONENT)I.h \ $(COMPONENT)S.h $(COMPONENT)C.h $(COMPONENT)S.cpp -- cgit v1.2.3