summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSergio Villar Senin <svillar@igalia.com>2012-04-10 00:06:35 +0200
committerSergio Villar Senin <svillar@igalia.com>2012-06-14 20:08:09 +0200
commit5a30492229e3b09039d60979f74f6632767677d5 (patch)
treec7530a270becf09a915271f6f42f9ef9cad32a6c /Makefile.am
parent6a0d7574b74c9bc20e8bd43e18474bc43c5e4408 (diff)
downloadlibsoup-5a30492229e3b09039d60979f74f6632767677d5.tar.gz
libsoup-5a30492229e3b09039d60979f74f6632767677d5.tar.bz2
libsoup-5a30492229e3b09039d60979f74f6632767677d5.zip
soup-tld: added soup_tld_* utils
The soup_tld_* set of functions along with the list of public suffixes published in http://publicsuffix.org allows API clients to get the base domain of a given hostname or to check if a given domain is a public suffix (one under which internet users can register new names). https://bugzilla.gnome.org/show_bug.cgi?id=673802
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am13
1 files changed, 7 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index 6b9c6a81..18bf80af 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,12 +3,13 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
SUBDIRS = libsoup po tests docs
-EXTRA_DIST = \
- libsoup-2.4.pc.in \
- libsoup-gnome-2.4.pc.in \
- gtk-doc.make \
- libsoup-zip.in \
- m4/introspection.m4 \
+EXTRA_DIST = \
+ data/effective_tld_names.dat \
+ libsoup-2.4.pc.in \
+ libsoup-gnome-2.4.pc.in \
+ gtk-doc.make \
+ libsoup-zip.in \
+ m4/introspection.m4 \
Makefile.glib
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-introspection