diff --git a/lib/krb5/Makefile.am b/lib/krb5/Makefile.am index df286b89d..29086554a 100644 --- a/lib/krb5/Makefile.am +++ b/lib/krb5/Makefile.am @@ -4,18 +4,16 @@ include $(top_srcdir)/Makefile.am.common INCLUDES += $(INCLUDE_krb4) -LDADD = libkrb5.la +noinst_PROGRAMS = dump_config check_PROGRAMS = n-fold-test string-to-key-test TESTS = n-fold-test string-to-key-test -string_to_key_test_LDADD = libkrb5.la \ +LDADD = libkrb5.la \ $(top_builddir)/lib/des/libdes.la \ $(top_builddir)/lib/asn1/libasn1.la \ $(LIB_roken) -n_fold_test_LDADD = $(string_to_key_test_LDADD) - lib_LTLIBRARIES = libkrb5.la ERR_FILES = krb5_err.c heim_err.c