2b0cc3d36a
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.
14 lines
248 B
Makefile
14 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
|