From 99eaad1f40d12993321327667862699b9f63927b Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Sun, 3 Jun 2012 15:27:48 +0200 Subject: libdistrio_common: register digital also at manager - add registration of digital io's at the distrio manager Signed-off-by: Manuel Traut --- common/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common/Makefile') diff --git a/common/Makefile b/common/Makefile index 44357f5..33216c1 100644 --- a/common/Makefile +++ b/common/Makefile @@ -3,8 +3,9 @@ CXX := $(CROSS_COMPILE)g++ LD := $(CROSS_COMPILE)g++ DISTRIO_IO = ../io +DISTRIO_MANAGER = ../manager -CFLAGS += -fPIC -I. -I$(DISTRIO_IO) +CFLAGS += -fPIC -I. -I$(DISTRIO_IO) -I$(DISTRIO_MANAGER) CXXFLAGS += $(CFLAGS) TAO_IDL := tao_idl -- cgit v1.2.3