Files
heimdal/lib/otp/Makefile.am
Johan Danielsson 0f23e17f6f fix broken checkin
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5652 ec53bebd-3082-4978-b11e-865c3cabbd6b
1999-03-20 13:58:20 +00:00

28 lines
450 B
Makefile

# $Id$
include $(top_srcdir)/Makefile.am.common
noinst_PROGRAMS = otptest
otptest_LDADD = libotp.la \
$(top_builddir)/lib/des/libdes.la \
$(top_builddir)/lib/roken/libroken.la \
$(DBLIB)
include_HEADERS = otp.h
lib_LTLIBRARIES = libotp.la
libotp_la_LDFLAGS = -version-info 0:0: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