summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-07-31 14:44:04 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-07-31 14:44:04 +0000
commit599fb27f427c367331cad5b697010cf52d49eddd (patch)
tree03851677effbb1ad95997b14db61fb178e8ad8c0 /test
parent6d3950b141b1cdb1f29e929c8c8156562c7ccbc7 (diff)
downloadlibhubbub-599fb27f427c367331cad5b697010cf52d49eddd.tar.gz
libhubbub-599fb27f427c367331cad5b697010cf52d49eddd.tar.bz2
Lose Mac-induced Makefile breakage
svn path=/trunk/hubbub/; revision=4840
Diffstat (limited to 'test')
-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 \