solanum/authd/Makefile.am

21 lines
347 B
Makefile
Raw Normal View History

2016-01-06 08:31:11 +00:00
pkglibexec_PROGRAMS = authd
AM_CFLAGS=$(WARNFLAGS)
AM_CPPFLAGS = -I../include -I../librb/include
2016-01-06 08:31:11 +00:00
authd_SOURCES = \
authd.c \
dns.c \
getaddrinfo.c \
getnameinfo.c \
notice.c \
provider.c \
res.c \
reslib.c \
reslist.c \
providers/dnsbl.c \
providers/ident.c \
providers/rdns.c \
providers/opm.c
2016-01-06 08:31:11 +00:00
authd_LDADD = ../librb/src/librb.la