solanum-vs-hackint-and-char.../authd/Makefile.am
Elizabeth Myers 05e17ac208 authd: initial authentication framework implementation
Not plugged into anything yet, but compile-tested.
2016-03-10 01:50:36 -06:00

7 lines
188 B
Makefile

pkglibexec_PROGRAMS = authd
AM_CFLAGS=$(WARNFLAGS)
AM_CPPFLAGS = -I../include -I../librb/include
authd_SOURCES = auth.c authd.c res.c reslib.c dns.c
authd_LDADD = ../librb/src/librb.la