From 6d84e196d76acdcc56908bc8ec1484f8e3d614b6 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 8 Jun 2006 22:48:29 +0000 Subject: Check for enchant, and output an overview of the configured options on 2006-06-09 Christian Persch * configure.ac: Check for enchant, and output an overview of the configured options on successful configure. * data/default-prefs-common.js: * embed/mozilla/GeckoSpellCheckEngine.cpp: * embed/mozilla/GeckoSpellCheckEngine.h: * embed/mozilla/Makefile.am: * embed/mozilla/MozRegisterComponents.cpp: * lib/Makefile.am: * lib/ephy-spell-check.c: * lib/ephy-spell-check.h: Spell check support using the gecko 'spellchecker' extension. No corrections context menu or language switching yet. --- lib/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am index 697213940..439c356bb 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -82,6 +82,18 @@ libephymisc_la_CFLAGS = \ libephymisc_la_LIBADD = +if ENABLE_SPELLCHECKER +libephymisc_la_SOURCES += \ + ephy-spell-check.c \ + ephy-spell-check.h + +libephymisc_la_CFLAGS += \ + $(SPELLCHECKER_CFLAGS) + +libephymisc_la_LIBADD += \ + $(SPELLCHECKER_LIBS) +endif + BUILT_SOURCES = \ ephy-lib-type-builtins.c \ ephy-lib-type-builtins.h \ -- cgit v1.2.3