summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFrançois Revel <mmu_man@netsurf-browser.org>2008-08-08 23:47:11 +0000
committerFrançois Revel <mmu_man@netsurf-browser.org>2008-08-08 23:47:11 +0000
commit437b4bddf58776ea9f44b49acf2f68311e744dce (patch)
tree5fd9cbd03d385f86e8d1466276468e42d1641a59 /Makefile
parent219f28e5795f617729264e16866d4fe643d126d9 (diff)
downloadnetsurf-437b4bddf58776ea9f44b49acf2f68311e744dce.tar.gz
netsurf-437b4bddf58776ea9f44b49acf2f68311e744dce.tar.bz2
- move BeOS specific config vars to separate section
- added config option for LIBICONV_PLUG, must not be used for BeOS. svn path=/trunk/netsurf/; revision=4966
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7c3112bf6..c702ee093 100644
--- a/Makefile
+++ b/Makefile
@@ -220,6 +220,7 @@ $(eval $(call feature_enabled,JPEG,-DWITH_JPEG,-ljpeg,JPEG support))
$(eval $(call feature_enabled,MNG,-DWITH_MNG,-lmng,PNG support))
$(eval $(call feature_enabled,HARU_PDF,-DWITH_PDF_EXPORT,-lhpdf -lpng,PDF export))
+$(eval $(call feature_enabled,LIBICONV_PLUG,-DLIBICONV_PLUG,,glibc internal iconv))
# common libraries without pkg-config support
LDFLAGS += -lz