aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-04-01 16:37:46 +0200
committerTimo Teräs <timo.teras@iki.fi>2020-04-01 19:14:28 +0300
commit47053ede6b3ab5356054f8e14bac7eb3c03e09d1 (patch)
tree5e81ed13ff43ddc15162603fb10e0282085c4aa0 /Makefile
parentd6c54f932054c58aee8f7a6d2bd49b115d804da1 (diff)
downloadapk-tools-master.tar.bz2
apk-tools-master.tar.xz
build: fix includedir in pkgconfig fileHEADmaster
We want to include via <apk/$headerfile> and not via <$headerfile>, so we want to add an include statement for the dir the apk folder which contains the headers is contained in.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6ea5bc8..9451450 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ LIBDIR := /lib
CONFDIR := /etc/apk
MANDIR := /usr/share/man
DOCDIR := /usr/share/doc/apk
-INCLUDEDIR := /usr/include/apk
+INCLUDEDIR := /usr/include
PKGCONFIGDIR := /usr/lib/pkgconfig
export DESTDIR SBINDIR LIBDIR CONFDIR MANDIR DOCDIR INCLUDEDIR PKGCONFIGDIR