3 include $(top_srcdir)/Makefile.am.common
5 bin_PROGRAMS = otp otpprint
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)