We need libutil
and make it feasible to at least build the tests in situ
This commit is contained in:
parent
d20ec2e52b
commit
342f335141
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=296970
@ -242,8 +242,14 @@ PROGS+= test_11
|
||||
|
||||
CFLAGS+= -I${LIBXOSRC}/libxo
|
||||
|
||||
LIBADD= xo
|
||||
LIBADD= xo util
|
||||
|
||||
SUBDIR+= encoder
|
||||
|
||||
.if ${MACHINE} == "host"
|
||||
# make it easy to test without install
|
||||
TESTSDIR= ${.OBJDIR}
|
||||
CFLAGS+= -I${.CURDIR:H}
|
||||
.endif
|
||||
|
||||
.include <bsd.test.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user