summaryrefslogtreecommitdiff
path: root/src/apk.pc.in
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 /src/apk.pc.in
parentd6c54f932054c58aee8f7a6d2bd49b115d804da1 (diff)
downloadapk-tools-47053ede6b3ab5356054f8e14bac7eb3c03e09d1.tar.gz
apk-tools-47053ede6b3ab5356054f8e14bac7eb3c03e09d1.tar.bz2
apk-tools-47053ede6b3ab5356054f8e14bac7eb3c03e09d1.tar.xz
apk-tools-47053ede6b3ab5356054f8e14bac7eb3c03e09d1.zip
build: fix includedir in pkgconfig file
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 'src/apk.pc.in')
-rw-r--r--src/apk.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apk.pc.in b/src/apk.pc.in
index c7020b3..d9b05cb 100644
--- a/src/apk.pc.in
+++ b/src/apk.pc.in
@@ -7,4 +7,4 @@ Description: Alpine Package Manager
Version: @VERSION@
Requires: zlib openssl
Libs: -L${libdir} -lapk
-Cflags: -I${includedir}/apk
+Cflags: -I${includedir}