aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <descalante@igalia.com>2010-12-11 23:08:09 +0800
committerDiego Escalante Urrelo <descalante@igalia.com>2010-12-12 01:25:26 +0800
commitbcaf5480a8edb7f62273c735507ed31b339c3cd0 (patch)
treee5edf07c2a18e01a9900efa1a420a4b5b89aace5 /lib/Makefile.am
parent270c17b0563fc3eaa3b728d2c20c6461a75e3888 (diff)
downloadgsoc2013-epiphany-bcaf5480a8edb7f62273c735507ed31b339c3cd0.tar
gsoc2013-epiphany-bcaf5480a8edb7f62273c735507ed31b339c3cd0.tar.gz
gsoc2013-epiphany-bcaf5480a8edb7f62273c735507ed31b339c3cd0.tar.bz2
gsoc2013-epiphany-bcaf5480a8edb7f62273c735507ed31b339c3cd0.tar.lz
gsoc2013-epiphany-bcaf5480a8edb7f62273c735507ed31b339c3cd0.tar.xz
gsoc2013-epiphany-bcaf5480a8edb7f62273c735507ed31b339c3cd0.tar.zst
gsoc2013-epiphany-bcaf5480a8edb7f62273c735507ed31b339c3cd0.zip
ephy-spell-check: remove unused files
WebKitGTK+ implements this for us. Bug #637021
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index f56e59128..6be8ef745 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -89,19 +89,6 @@ libephymisc_la_CFLAGS = \
libephymisc_la_LIBADD = -lm
-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
-
-
bin_PROGRAMS = ephy-profile-migrator
ephy_profile_migrator_SOURCES = \
ephy-profile-migrator.c \