From 2884b265c1d94b93f278c0e156ba0f7b036f17a8 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Sat, 30 Aug 1997 19:35:17 +0000 Subject: [PATCH] use libotp.a git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3300 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/otp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/otp/Makefile.am b/lib/otp/Makefile.am index 623647efc..d931e5b50 100644 --- a/lib/otp/Makefile.am +++ b/lib/otp/Makefile.am @@ -6,7 +6,7 @@ INCLUDES = -I$(top_builddir)/include noinst_PROGRAMS = otptest -otptest_LDADD = -L. -lotp -L$(top_builddir)/lib/des -ldes -L$(top_builddir)/lib/roken -lroken +otptest_LDADD = libotp.a -L$(top_builddir)/lib/des -ldes -L$(top_builddir)/lib/roken -lroken lib_LIBRARIES = libotp.a