0f95a2749f
This name is less confusing and more descriptive.
7 lines
192 B
Makefile
7 lines
192 B
Makefile
pkglibexec_PROGRAMS = authd
|
|
AM_CFLAGS=$(WARNFLAGS)
|
|
AM_CPPFLAGS = -I../include -I../librb/include
|
|
|
|
|
|
authd_SOURCES = provider.c authd.c res.c reslib.c dns.c
|
|
authd_LDADD = ../librb/src/librb.la
|