
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4929 ec53bebd-3082-4978-b11e-865c3cabbd6b
24 lines
381 B
Makefile
24 lines
381 B
Makefile
# $Id$
|
|
|
|
AUTOMAKE_OPTIONS = no-dependencies foreign
|
|
|
|
INCLUDES = -I$(top_builddir)/include
|
|
|
|
noinst_PROGRAMS = otptest
|
|
|
|
otptest_LDADD = libotp.la \
|
|
$(top_builddir)/lib/des/libdes.la \
|
|
$(top_builddir)/lib/roken/libroken.la \
|
|
$(DBLIB)
|
|
|
|
lib_LTLIBRARIES = libotp.la
|
|
|
|
libotp_la_SOURCES = \
|
|
otp.c \
|
|
otp_challenge.c \
|
|
otp_db.c \
|
|
otp_md.c \
|
|
otp_parse.c \
|
|
otp_print.c \
|
|
otp_verify.c
|