diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-04-01 16:37:46 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2020-04-01 19:14:28 +0300 |
commit | 47053ede6b3ab5356054f8e14bac7eb3c03e09d1 (patch) | |
tree | 5e81ed13ff43ddc15162603fb10e0282085c4aa0 /Makefile | |
parent | d6c54f932054c58aee8f7a6d2bd49b115d804da1 (diff) | |
download | apk-tools-master.tar.bz2 apk-tools-master.tar.xz |
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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |