Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Include mongoose' includes when building the plugin
Marin Atanasov Nikolov committed 13 years ago
commit 41cc65577461dd81dbd9af7490c8095c4ac092ae
parent 28533a3
1 file changed +4 -1
modified plugins/pkg-plugins-serve/plugin/Makefile
@@ -12,7 +12,10 @@ SRCS= serve.c

CFLAGS+=	-std=c99 -fPIC -shared
CFLAGS+=	-I${INCLUDEDIR} \
-
		-I${.CURDIR}/mongoose
+
		-I${.CURDIR}/../mongoose
+

+
LDADD+=		-L${.OBJDIR}/../mongoose \
+
		-lmongoose

DEBUG_FLAGS+=  -g -O0