summaryrefslogtreecommitdiffstats
path: root/daemons/ipa-slapi-plugins/libotp/Makefile.am
blob: 012c8339199af5f63e6434b94109af2d93a38b45 (plain)
1
2
3
4
5
6
7
8
9
10
11
MAINTAINERCLEANFILES = *~ Makefile.in
AM_CPPFLAGS = -I/usr/include/dirsrv

noinst_LTLIBRARIES = libhotp.la libotp.la
libhotp_la_SOURCES = hotp.c hotp.h
libotp_la_SOURCES = otp_token.c otp_token.h
libotp_la_LIBADD = libhotp.la

check_PROGRAMS = t_hotp
TESTS = $(check_PROGRAMS)
t_hotp_LDADD = $(NSPR_LIBS) $(NSS_LIBS) libhotp.la