0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-27 04:48:38 +02:00
construct/authd/Makefile.am
2016-01-06 02:31:11 -06:00

8 lines
172 B
Makefile

pkglibexec_PROGRAMS = authd
AM_CFLAGS=$(WARNFLAGS)
AM_CPPFLAGS = -I../include -I../libratbox/include
authd_SOURCES = authd.c
authd_LDADD = ../libratbox/src/libratbox.la