aboutsummaryrefslogtreecommitdiffstats
path: root/nbproject
diff options
context:
space:
mode:
authorFulup Ar Foll <fulup@iot.bzh>2015-12-07 01:39:27 +0100
committerFulup Ar Foll <fulup@iot.bzh>2015-12-07 01:39:27 +0100
commitc2bda43c447016a20ed061078b0dff3e64d09940 (patch)
tree1c0bbb0f4a0b659703f66eeb90c02d998bc84e11 /nbproject
parentcd054544444e92e7695dd288f0c04b7af0f668e3 (diff)
Almost working
Diffstat (limited to 'nbproject')
-rw-r--r--nbproject/Makefile-Debug.mk2
-rw-r--r--nbproject/configurations.xml1
2 files changed, 2 insertions, 1 deletions
diff --git a/nbproject/Makefile-Debug.mk b/nbproject/Makefile-Debug.mk
index fb778c72..1866ff18 100644
--- a/nbproject/Makefile-Debug.mk
+++ b/nbproject/Makefile-Debug.mk
@@ -59,7 +59,7 @@ FFLAGS=
ASFLAGS=
# Link Libraries and Options
-LDLIBSOPTIONS=`pkg-config --libs libmicrohttpd` `pkg-config --libs json-c`
+LDLIBSOPTIONS=`pkg-config --libs libmicrohttpd` `pkg-config --libs json-c` -lmagic
# Build Targets
.build-conf: ${BUILD_SUBPROJECTS}
diff --git a/nbproject/configurations.xml b/nbproject/configurations.xml
index f30d8c0b..c0793702 100644
--- a/nbproject/configurations.xml
+++ b/nbproject/configurations.xml
@@ -52,6 +52,7 @@
<linkerLibItems>
<linkerOptionItem>`pkg-config --libs libmicrohttpd`</linkerOptionItem>
<linkerOptionItem>`pkg-config --libs json-c`</linkerOptionItem>
+ <linkerLibLibItem>magic</linkerLibLibItem>
</linkerLibItems>
</linkerTool>
</compileType>