ap

An audio player suited to my tastes
Log | Files | Refs | README | LICENSE

commit 95576e165810b564e55da4b67a7636615b804c81
parent dd0866460d180722136dfe41b83362825c002e8e
Author: Jacob R. Edwards <jacobouno@protonmail.com>
Date:   Thu,  9 Sep 2021 18:51:10 -0700

Fix library mkfile

The whole include directory was defined as the header directory
instead of just include/ap.

Diffstat:
Mlib/ap/mkfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/ap/mkfile b/lib/ap/mkfile @@ -3,7 +3,7 @@ name = libap.a src = buf.c client.c con.c item.c quote.c sock.c obj = ${src:%.c=%.o} -hdir = ../../include/ +hdir = ../../include/ap mk = ../../mk cppflags = -I$hdir