summaryrefslogtreecommitdiffstats
path: root/usr.bin/xo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/xo/Makefile')
-rw-r--r--usr.bin/xo/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/xo/Makefile b/usr.bin/xo/Makefile
index 0773987..6159169 100644
--- a/usr.bin/xo/Makefile
+++ b/usr.bin/xo/Makefile
@@ -12,7 +12,10 @@ MAN= xo.1
# XXX For xoversion.h
CFLAGS+=-I${LIBXOSRC}/libxo
-LIBADD= xo
+# XXX For xo_config.h
+CFLAGS+=-I${SRCTOP}/lib/libxo
+
+LIBADD= xo util
.if ${MK_TESTS} != "no"
SUBDIR+= tests
OpenPOWER on IntegriCloud