From a5b35712f00de51c886a76262c752fe5c0d4ae83 Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Sun, 3 Jun 2012 16:03:18 +0200 Subject: libdistrio_common: fix path to manager - broken since split into bin/lib Signed-off-by: Manuel Traut --- common/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3