0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-16 13:38:52 +02:00
construct/authd/Makefile.am

25 lines
407 B
Makefile
Raw Normal View History

bin_PROGRAMS = authd
2016-01-06 09:31:11 +01:00
AM_CFLAGS=$(WARNFLAGS)
AM_CPPFLAGS = -I$(top_srcdir)/include
2016-01-06 09:31:11 +01:00
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 \
providers/opm.c
2016-01-06 09:31:11 +01:00
authd_LDADD = $(top_srcdir)/rb/librb.la
mrproper-local:
rm -rf providers/.deps
rm -f providers/.dirstamp