NetBSD/crypto/dist/krb4/lib/otp/Makefile.am

28 lines
481 B
Makefile

# $Id: Makefile.am,v 1.1.1.1 2000/06/16 18:45:57 thorpej Exp $
include $(top_srcdir)/Makefile.am.common
noinst_PROGRAMS = otptest
otptest_LDADD = libotp.la \
$(top_builddir)/lib/des/libdes.la \
$(LIB_roken) \
$(DBLIB)
include_HEADERS = otp.h
lib_LTLIBRARIES = libotp.la
libotp_la_LDFLAGS = -version-info 0:1:0
libotp_la_SOURCES = \
otp.c \
otp_challenge.c \
otp_db.c \
otp_md.c \
otp_parse.c \
otp_print.c \
otp_verify.c \
otp_locl.h \
otp_md.h \
roken_rename.h