summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2018-02-22 15:23:15 +0200
committerClaudio Saavedra <csaavedra@igalia.com>2018-04-06 15:08:03 +0300
commit9d7559df1d8e9abf135663ccedb8f47c6e137415 (patch)
treea00505ee7bcd278093bdb768259ce136899eb62c /Makefile.am
parentd28962ff4d5020a9b906f5492acad69b533be2d1 (diff)
downloadlibsoup-9d7559df1d8e9abf135663ccedb8f47c6e137415.tar.gz
soup-tld: use libpsl instead of our own copy of the public suffix list
This adds a dependency on libpsl. For compatibility with our API, we depend on libpsl 0.20.0, which is the first version to provide all the features we need to pass all our tests as expected. All existing TLD tests are passing as expected so there shouldn't be any regressions. https://bugzilla.gnome.org/show_bug.cgi?id=769650
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 38d2872d..141ef381 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,6 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
SUBDIRS = libsoup po tests examples docs win32
EXTRA_DIST = \
- data/effective_tld_names.dat \
libsoup-2.4.pc.in \
libsoup-gnome-2.4.pc.in \
gtk-doc.make \