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:
parent
22de5ae709
commit
eea684ba20
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue