Updated SQLite to 3.15.1
[heimdal.git] / appl / otp / Makefile.am
blobd8e5d51ddbccdfd799786df396809b5897ac75cd
1 # $Id$
3 include $(top_srcdir)/Makefile.am.common
5 bin_PROGRAMS = otp otpprint
6 bin_SUIDS = otp
7 otp_SOURCES = otp.c otp_locl.h
8 otp_LDADD  = $(LIB_hcrypto) $(LIB_roken) $(top_builddir)/lib/otp/libotp.la
9 otpprint_SOURCES = otpprint.c otp_locl.h
11 otpprint_LDADD  = $(LIB_hcrypto) $(LIB_roken) $(top_builddir)/lib/otp/libotp.la
13 man_MANS = otp.1  otpprint.1
15 EXTRA_DIST = NTMakefile $(man_MANS)