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.
This commit is contained in:
Christopher Meng 2015-02-13 18:09:40 +08:00 committed by Tim Ruehsen
parent 22de5ae709
commit eea684ba20
1 changed files with 1 additions and 1 deletions

View File

@ -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)