1 734e1bdf 2025-12-20 op SUBDIRS = compat
3 734e1bdf 2025-12-20 op smtpd_libexecdir = $(libexecdir)/smtpd
4 734e1bdf 2025-12-20 op smtpd_libexec_PROGRAMS = filter-dnsbl
6 734e1bdf 2025-12-20 op filter_dnsbl_SOURCES = main.c compat.h
9 734e1bdf 2025-12-20 op filter_dnsbl_SOURCES+= $(top_srcdir)/compat/event_asr_run.c
10 734e1bdf 2025-12-20 op filter_dnsbl_SOURCES+= $(top_srcdir)/compat/libasr/asr.c
11 734e1bdf 2025-12-20 op filter_dnsbl_SOURCES+= $(top_srcdir)/compat/libasr/asr_compat.c
12 734e1bdf 2025-12-20 op filter_dnsbl_SOURCES+= $(top_srcdir)/compat/libasr/asr_debug.c
13 734e1bdf 2025-12-20 op filter_dnsbl_SOURCES+= $(top_srcdir)/compat/libasr/asr_utils.c
14 734e1bdf 2025-12-20 op filter_dnsbl_SOURCES+= $(top_srcdir)/compat/libasr/getaddrinfo_async.c
15 734e1bdf 2025-12-20 op filter_dnsbl_SOURCES+= $(top_srcdir)/compat/libasr/gethostnamadr_async.c
16 734e1bdf 2025-12-20 op filter_dnsbl_SOURCES+= $(top_srcdir)/compat/libasr/getnameinfo_async.c
17 734e1bdf 2025-12-20 op filter_dnsbl_SOURCES+= $(top_srcdir)/compat/libasr/getnetnamadr_async.c
18 734e1bdf 2025-12-20 op filter_dnsbl_SOURCES+= $(top_srcdir)/compat/libasr/res_search_async.c
19 734e1bdf 2025-12-20 op filter_dnsbl_SOURCES+= $(top_srcdir)/compat/libasr/res_send_async.c
22 734e1bdf 2025-12-20 op LDADD = $(LIBOBJS)
24 734e1bdf 2025-12-20 op dist_man8_MANS = filter-dnsbl.8