solanum/authd/Makefile.am

8 lines
172 B
Makefile
Raw Normal View History

2016-01-06 08:31:11 +00:00
pkglibexec_PROGRAMS = authd
AM_CFLAGS=$(WARNFLAGS)
AM_CPPFLAGS = -I../include -I../libratbox/include
authd_SOURCES = authd.c
authd_LDADD = ../libratbox/src/libratbox.la