Revert "make dist fix"
authorColin Walters <walters@verbum.org>
Tue, 26 Jun 2012 14:13:28 +0000 (10:13 -0400)
committerColin Walters <walters@verbum.org>
Tue, 26 Jun 2012 14:13:28 +0000 (10:13 -0400)
This reverts commit 76cc02212e63f692e6e36bdf99987928dc3c2ed2.  After
discussion with Dan on IRC, we agreed to revert this for now until a
better solution is written.  Probably one of

1) Rewrite tld-parser in a scripting language, so it doesn't have
   a build process
2) Hack somewhere else in automake to make 'make dist' happy

libsoup/Makefile.am

index c337b7f..9b936a9 100644 (file)
@@ -180,7 +180,7 @@ tld_parser_LDADD = $(GLIB_LIBS)
 
 TLD_DATA_FILE=$(top_srcdir)/data/effective_tld_names.dat
 
-tld_data.inc: $(TLD_DATA_FILE)
+tld_data.inc: tld-parser $(TLD_DATA_FILE)
        $(builddir)/tld-parser $(TLD_DATA_FILE) $(srcdir)/tld_data.inc
 
 if BUILD_LIBSOUP_GNOME