diff options
| author | Manuel Traut <manut@mecka.net> | 2012-06-03 16:03:18 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2012-06-03 16:03:18 +0200 |
| commit | a5b35712f00de51c886a76262c752fe5c0d4ae83 (patch) | |
| tree | 9730e793c334112e584982abb1c2a7a373721a77 | |
| parent | ba947b029cfc9825f77fff51ba9affe2d0424501 (diff) | |
libdistrio_common: fix path to manager
- broken since split into bin/lib
Signed-off-by: Manuel Traut <manut@mecka.net>
| -rw-r--r-- | common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Makefile b/common/Makefile index 33216c1..e22ebed 100644 --- a/common/Makefile +++ b/common/Makefile @@ -3,7 +3,7 @@ CXX := $(CROSS_COMPILE)g++ LD := $(CROSS_COMPILE)g++ DISTRIO_IO = ../io -DISTRIO_MANAGER = ../manager +DISTRIO_MANAGER = ../manager/lib CFLAGS += -fPIC -I. -I$(DISTRIO_IO) -I$(DISTRIO_MANAGER) CXXFLAGS += $(CFLAGS) |
