diff options
Diffstat (limited to 'nbproject')
-rw-r--r-- | nbproject/Makefile-Debug.mk | 2 | ||||
-rw-r--r-- | nbproject/configurations.xml | 1 |
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> |