From eea684ba2017c07fb7fb09e82232b7ae5dfcc30e Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Fri, 13 Feb 2015 18:09:40 +0800 Subject: [PATCH] Allow custom public suffix file There is an option already in the configure.ac to allow system-wide public suffix. Fedora ships the data as a package "publicsuffix-list" and installs it to /usr/share/. Thus I'd like to use the system one since it's updated often. --- data/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/Makefile.am b/data/Makefile.am index fa2cffb..ee1229f 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,3 +1,3 @@ filesdir = $(datadir)/@PACKAGE@ -files_DATA = effective_tld_names.dat test_psl.txt +files_DATA = $(PSL_FILE) test_psl.txt EXTRA_DIST = $(files_DATA)