0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-07 17:25:41 +02:00
construct/authd/Makefile.am

35 lines
497 B
Makefile
Raw Normal View History

2016-07-20 20:55:46 +02:00
AM_CPPFLAGS = \
-I$(top_srcdir)/include \
@BOOST_CPPFLAGS@
AM_LDFLAGS = \
-L$(top_srcdir)/rb \
@BOOST_LDFLAGS@
bin_PROGRAMS = authd
2016-07-20 20:55:46 +02:00
authd_LDADD = \
$(top_srcdir)/rb/librb.la \
@BOOST_LIBS@
2016-01-06 09:31:11 +01:00
authd_SOURCES = \
authd.cc \
dns.cc \
getaddrinfo.cc \
getnameinfo.cc \
notice.cc \
provider.cc \
res.cc \
reslib.cc \
reslist.cc \
providers/blacklist.cc \
providers/ident.cc \
providers/rdns.cc \
providers/opm.cc
2016-01-06 09:31:11 +01:00
mrproper-local:
rm -rf providers/.deps
rm -f providers/.dirstamp