0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-08-31 13:55:19 +02:00
construct/authd/Makefile.am
2016-03-20 01:16:41 -05:00

7 lines
219 B
Makefile

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