libtoolize

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4914 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1998-05-23 14:23:28 +00:00
parent 91224f840b
commit 192688e7db
29 changed files with 146 additions and 97 deletions

View File

@@ -6,11 +6,11 @@ INCLUDES = -I$(top_builddir)/include
noinst_PROGRAMS = otptest
otptest_LDADD = libotp.a -L$(top_builddir)/lib/des -ldes -L$(top_builddir)/lib/roken -lroken
otptest_LDADD = libotp.a $(top_builddir)/lib/des/libdes.la $(top_builddir)/lib/roken/libroken.la
lib_LIBRARIES = libotp.a
lib_LTLIBRARIES = libotp.la
libotp_a_SOURCES = \
libotp_la_SOURCES = \
otp.c \
otp_challenge.c \
otp_db.c \