diff options
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 |
