From 66ac90e4fe9f1c8b49bf9dd50f60b1e928835c3d Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 4 Aug 2017 17:26:42 -0400 Subject: [PATCH] fix bbox compilation after integration into tree --- tools/bb/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/bb/makefile b/tools/bb/makefile index 4e89022da3..d2539ab6c9 100644 --- a/tools/bb/makefile +++ b/tools/bb/makefile @@ -1,6 +1,6 @@ all: bb -CXXFLAGS=-I$(AD)/5.0/libs/evoral `pkg-config --cflags jack` `pkg-config --cflags gtkmm-2.4` +CXXFLAGS=-I../../libs/evoral `pkg-config --cflags jack` `pkg-config --cflags gtkmm-2.4` LDFLAGS=`pkg-config --libs jack` `pkg-config --libs gtkmm-2.4` bb: bb.o gui.o -- 2.30.2