0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-14 20:48:54 +02:00
construct/authd/Makefile.am

8 lines
188 B
Makefile
Raw Normal View History

2016-01-06 09:31:11 +01:00
pkglibexec_PROGRAMS = authd
AM_CFLAGS=$(WARNFLAGS)
AM_CPPFLAGS = -I../include -I../librb/include
2016-01-06 09:31:11 +01:00
authd_SOURCES = auth.c authd.c res.c reslib.c dns.c
authd_LDADD = ../librb/src/librb.la