diff options
| author | Manuel Traut <manut@mecka.net> | 2012-06-03 15:27:48 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2012-06-03 15:27:48 +0200 |
| commit | 99eaad1f40d12993321327667862699b9f63927b (patch) | |
| tree | 8ed27f4091c33638f1a2a32198fa3fff7d4e675e /common/Makefile | |
| parent | 426acd4753ae90b3292e271e9e7eb48dbdc58a6d (diff) | |
libdistrio_common: register digital also at manager
- add registration of digital io's at the distrio manager
Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'common/Makefile')
| -rw-r--r-- | common/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
