diff options
author | Diego Escalante Urrelo <diegoe@igalia.com> | 2012-07-31 22:09:17 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@igalia.com> | 2012-07-31 22:30:49 +0800 |
commit | e1944188455f159dfa9c9fcc45b0e3887c88ad53 (patch) | |
tree | 0a433172702ba527d50e06685bc99e43989adf74 /tests | |
parent | d46dbdabfb2f3b1885b0eb30bde4cc7652475292 (diff) | |
download | gsoc2013-epiphany-e1944188455f159dfa9c9fcc45b0e3887c88ad53.tar.gz gsoc2013-epiphany-e1944188455f159dfa9c9fcc45b0e3887c88ad53.tar.zst gsoc2013-epiphany-e1944188455f159dfa9c9fcc45b0e3887c88ad53.zip |
extensions: remove seed support
https://bugzilla.gnome.org/show_bug.cgi?id=680905
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index abaa936cc..8a2f10690 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -111,13 +111,6 @@ LDADD = \ $(DBUS_LIBS) \ $(DEPENDENCIES_LIBS) -if ENABLE_SEED -CFLAGS += \ - $(SEED_CFLAGS) -LDADD += \ - $(SEED_LIBS) -endif - test_ephy_download_SOURCES = \ ephy-download-test.c |