mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
fix bbox compilation after integration into tree
This commit is contained in:
parent
70def122de
commit
66ac90e4fe
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
all: bb
|
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`
|
LDFLAGS=`pkg-config --libs jack` `pkg-config --libs gtkmm-2.4`
|
||||||
|
|
||||||
bb: bb.o gui.o
|
bb: bb.o gui.o
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue