switch to getarg directly
[heimdal.git] / appl / otp / Makefile.am
blobe5d7246d9ee0f9a58d821ca547702e8cefac889c
1 # $Id$
3 include $(top_srcdir)/Makefile.am.common
5 AM_CPPFLAGS += $(INCLUDE_hcrypto)
7 bin_PROGRAMS = otp otpprint
8 bin_SUIDS = otp
9 otp_SOURCES = otp.c otp_locl.h
10 otpprint_SOURCES = otpprint.c otp_locl.h
12 man_MANS = otp.1  otpprint.1
14 LDADD = \
15         $(top_builddir)/lib/otp/libotp.la       \
16         $(LIB_roken)
18 EXTRA_DIST = $(man_MANS)