summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 74df014..bd1752d 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -36,7 +36,7 @@ d := $(DIR)
CFLAGS := $(CFLAGS) -I$(TOP)/src/ -I$(d) \
`$(PKGCONFIG) $(PKGCONFIGFLAGS) --cflags json` \
-Wno-unused-parameter
-LDFLAGS := $(LDFLAGS) `$(PKGCONFIG) $(PKGCONFIGFLAGS) --libs json` -liconv
+LDFLAGS := $(LDFLAGS) `$(PKGCONFIG) $(PKGCONFIGFLAGS) --libs json`
# Tests
TESTS_$(d) := csdetect dict entities hubbub parser \