summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2012-06-26 08:42:38 -0400
committerDan Winship <danw@gnome.org>2012-06-26 08:42:38 -0400
commit76cc02212e63f692e6e36bdf99987928dc3c2ed2 (patch)
treee693030b92343e7145c5dc12cc857f05307c9c6b
parent5780848c587536d61a9ad5c22df12ac67f4be5cb (diff)
downloadlibsoup-76cc02212e63f692e6e36bdf99987928dc3c2ed2.tar.gz
libsoup-76cc02212e63f692e6e36bdf99987928dc3c2ed2.tar.bz2
libsoup-76cc02212e63f692e6e36bdf99987928dc3c2ed2.zip
make dist fix
-rw-r--r--libsoup/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsoup/Makefile.am b/libsoup/Makefile.am
index 9b936a91..c337b7f3 100644
--- a/libsoup/Makefile.am
+++ b/libsoup/Makefile.am
@@ -180,7 +180,7 @@ tld_parser_LDADD = $(GLIB_LIBS)
TLD_DATA_FILE=$(top_srcdir)/data/effective_tld_names.dat
-tld_data.inc: tld-parser $(TLD_DATA_FILE)
+tld_data.inc: $(TLD_DATA_FILE)
$(builddir)/tld-parser $(TLD_DATA_FILE) $(srcdir)/tld_data.inc
if BUILD_LIBSOUP_GNOME