0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-06 07:38:52 +02:00
construct/authd/Makefile.am

15 lines
252 B
Makefile
Raw Normal View History

2016-01-06 09:31:11 +01:00
pkglibexec_PROGRAMS = authd
AM_CFLAGS=$(WARNFLAGS)
AM_CPPFLAGS = -I../include -I../librb/include
2016-01-06 09:31:11 +01:00
authd_SOURCES = provider.c \
authd.c \
res.c \
reslib.c \
dns.c \
2016-03-10 17:00:46 +01:00
providers/rdns.c \
providers/ident.c
authd_LDADD = ../librb/src/librb.la