summaryrefslogtreecommitdiff
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
parent28d049c90014e30c29da4838d420279bc325be3a (diff)
Update directory layout of library to be consistent with Ardour
-rw-r--r--Makefile4
-rw-r--r--ptfformat.cc2
-rw-r--r--ptformat/ptfformat.h (renamed from ptfformat.h)0
-rw-r--r--ptftool.cc2
-rw-r--r--ptgenmissing.cc2
-rw-r--r--ptunxor.cc2
6 files changed, 6 insertions, 6 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
diff --git a/ptfformat.cc b/ptfformat.cc
index 774142c..7d1708c 100644
--- a/ptfformat.cc
+++ b/ptfformat.cc
@@ -28,7 +28,7 @@
#include <glib/gstdio.h>
-#include "ptfformat.h"
+#include "ptformat/ptfformat.h"
#if 0
#define verbose_printf(...) printf(__VA_ARGS__)
diff --git a/ptfformat.h b/ptformat/ptfformat.h
index 933d2be..933d2be 100644
--- a/ptfformat.h
+++ b/ptformat/ptfformat.h
diff --git a/ptftool.cc b/ptftool.cc
index ba97de2..7bfc5de 100644
--- a/ptftool.cc
+++ b/ptftool.cc
@@ -19,7 +19,7 @@
*
*/
-#include "ptfformat.h"
+#include "ptformat/ptfformat.h"
#include <inttypes.h> // PRIxyy
#include <cstdio>
diff --git a/ptgenmissing.cc b/ptgenmissing.cc
index b34ed88..b874b17 100644
--- a/ptgenmissing.cc
+++ b/ptgenmissing.cc
@@ -19,7 +19,7 @@
*
*/
-#include "ptfformat.h"
+#include "ptformat/ptfformat.h"
#include <inttypes.h> // PRIx
#include <cstdio>
diff --git a/ptunxor.cc b/ptunxor.cc
index 24b8a6b..23b1b18 100644
--- a/ptunxor.cc
+++ b/ptunxor.cc
@@ -21,7 +21,7 @@
#include <cstdio>
#include <inttypes.h>
-#include "ptfformat.h"
+#include "ptformat/ptfformat.h"
int main(int argc, char** argv) {