mirror of
https://github.com/matrix-construct/construct
synced 2024-11-04 21:08:57 +01:00
7 lines
181 B
Makefile
7 lines
181 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
|
|
authd_LDADD = ../librb/src/librb.la
|