solanum/authd/Makefile.am
Elizabeth Myers 2b0cc3d36a Redo of the authd-framework branch.
This is basically most of the code from the authd-framework branch, but
written to the new DNS code in master. Not quite done yet but getting
there.
2016-03-17 16:23:27 -05:00

15 lines
248 B
Makefile

pkglibexec_PROGRAMS = authd
AM_CFLAGS=$(WARNFLAGS)
AM_CPPFLAGS = -I../include -I../librb/include
authd_SOURCES = \
authd.c \
res.c \
reslib.c \
dns.c \
provider.c \
providers/rdns.c \
providers/ident.c
authd_LDADD = ../librb/src/librb.la