2014-04-11 17:16:23 +02:00
|
|
|
bin_PROGRAMS = psl
|
|
|
|
|
2018-04-06 19:26:07 +02:00
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
|
|
|
|
LDADD = $(top_builddir)/src/libpsl.la
|
2014-06-29 22:56:33 +02:00
|
|
|
|
|
|
|
#if WITH_LIBICU
|
2014-06-30 10:35:33 +02:00
|
|
|
# LDADD += -licuuc
|
2014-06-29 22:56:33 +02:00
|
|
|
#endif
|
|
|
|
#if WITH_LIBIDN2
|
|
|
|
# LDADD += -lidn2
|
|
|
|
#endif
|
|
|
|
#if WITH_LIBIDN
|
|
|
|
# LDADD += -lidn
|
|
|
|
#endif
|
2016-08-16 14:06:33 +02:00
|
|
|
|
|
|
|
dist_man_MANS = psl.1
|