summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2018-10-15 19:38:08 +1100
committerDamien Zammit <damien@zamaudio.com>2018-10-15 19:38:08 +1100
commit1ce8c548b99e00d727924e8b653c32da33857a21 (patch)
tree770f155ce2f7581519fdfdb242aecd65371d987a /Makefile
parent28d049c90014e30c29da4838d420279bc325be3a (diff)
Update directory layout of library to be consistent with Ardour
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 515f37f..d2b0fa4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-INCL=$(shell pkg-config --cflags glib-2.0)
-INCL32=$(shell PKG_CONFIG_PATH=/usr/lib/pkgconfig pkg-config --cflags glib-2.0)
+INCL=$(shell pkg-config --cflags glib-2.0) -I.
+INCL32=$(shell PKG_CONFIG_PATH=/usr/lib/pkgconfig pkg-config --cflags glib-2.0) -I.
STRICT=-Wall -Wcast-align -Wextra -Wwrite-strings -Wunsafe-loop-optimizations -Wlogical-op -Wno-unused-function -Wno-implicit-fallthrough -std=c++98
CLANGSTRICT=-Woverloaded-virtual -Wno-mismatched-tags -ansi -Wnon-virtual-dtor -Woverloaded-virtual -fstrict-overflow -Wall -Wcast-align -Wextra -Wwrite-strings -Wno-unused-function -std=c++98