This website requires JavaScript.
Explore
Help
Sign In
walkero
/
libpsl
Watch
1
Star
0
Fork
You've already forked libpsl
0
Code
Issues
Pull Requests
Projects
Releases
1
Wiki
Activity
60b1ac75eb
libpsl
/
data
/
Makefile.am
4 lines
97 B
Makefile
Raw
Normal View
History
Unescape
Escape
autoconf first version
2014-03-20 22:43:04 +01:00
filesdir
=
$(
datadir
)
/@PACKAGE@
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.
2015-02-13 11:09:40 +01:00
files_DATA
=
$(
PSL_FILE
)
test_psl.txt
autoconf first version
2014-03-20 22:43:04 +01:00
EXTRA_DIST
=
$(
files_DATA
)