]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Actually build t_enctypes
authorTom Yu <tlyu@mit.edu>
Mon, 12 Aug 2013 19:19:36 +0000 (15:19 -0400)
committerTom Yu <tlyu@mit.edu>
Mon, 12 Aug 2013 19:20:49 +0000 (15:20 -0400)
Commit 2e956074b228ff4df3b7462037ab69e4e88ffffe omitted adding a
dependency to the "all" target to force the build of the t_enctypes
test program.

ticket: 7688

src/tests/gssapi/Makefile.in

index da6f53411f7095f2dce3b62b8e657a6efb469ad3..04cba078bc8278734c19ba6cd7841c4f11079091 100644 (file)
@@ -18,10 +18,10 @@ OBJS=       ccinit.o ccrefresh.o common.o t_accname.o t_ccselect.o t_credstore.o \
 COMMON_DEPS= common.o $(GSS_DEPLIBS) $(KRB5_BASE_DEPLIBS)
 COMMON_LIBS= common.o $(GSS_LIBS) $(KRB5_BASE_LIBS)
 
-all:: ccinit ccrefresh t_accname t_ccselect t_credstore t_export_cred \
-       t_export_name t_gssexts t_imp_cred t_imp_name t_inq_cred \
-       t_inq_mechs_name t_namingexts t_s4u t_s4u2proxy_krb5 t_saslname \
-       t_spnego t_oid
+all:: ccinit ccrefresh t_accname t_ccselect t_credstore t_enctypes \
+       t_export_cred t_export_name t_gssexts t_imp_cred t_imp_name \
+       t_inq_cred t_inq_mechs_name t_namingexts t_s4u t_s4u2proxy_krb5 \
+       t_saslname t_spnego t_oid
 
 check-unix:: t_oid
        $(RUN_SETUP) $(VALGRIND) ./t_oid