mirror of
https://github.com/matrix-construct/construct
synced 2024-11-02 11:58:53 +01:00
19 lines
332 B
Makefile
19 lines
332 B
Makefile
pkglibexec_PROGRAMS = authd
|
|
AM_CFLAGS=$(WARNFLAGS)
|
|
AM_CPPFLAGS = -I../include -I../librb/include
|
|
|
|
authd_SOURCES = \
|
|
authd.c \
|
|
dns.c \
|
|
getaddrinfo.c \
|
|
getnameinfo.c \
|
|
notice.c \
|
|
provider.c \
|
|
res.c \
|
|
reslib.c \
|
|
reslist.c \
|
|
providers/blacklist.c \
|
|
providers/ident.c \
|
|
providers/rdns.c
|
|
|
|
authd_LDADD = ../librb/src/librb.la
|