mirror of
https://github.com/matrix-construct/construct
synced 2024-11-11 20:41:10 +01:00
7 lines
193 B
Makefile
7 lines
193 B
Makefile
pkglibexec_PROGRAMS = authd
|
|
AM_CFLAGS=$(WARNFLAGS)
|
|
AM_CPPFLAGS = -I../include -I../libratbox/include
|
|
|
|
|
|
authd_SOURCES = authd.c res.c reslib.c dns.c
|
|
authd_LDADD = ../libratbox/src/libratbox.la
|