Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Include mongoose' includes when building the plugin
Marin Atanasov Nikolov committed 13 years ago
commit 41cc65577461dd81dbd9af7490c8095c4ac092ae
parent 28533a30b32032ed54a11c8b39d713ae3886562c
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