From 307ba7704617f8473644e571a6d63aba8de53dec Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Mon, 7 Apr 2008 19:43:02 +0000 Subject: Add support for enabling and disabling principals (clearing or setting the NOTGS flag) and examining principals to kasetkey. This functionality isn't used by wallet (and probably won't be) but is convenient for other users of kasetkey such as kadmin-remctl. --- Makefile.am | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index ba1ff21..fe0a812 100644 --- a/Makefile.am +++ b/Makefile.am @@ -121,7 +121,8 @@ clean-local: # The bits below are for the test suite, not for the main package. check_PROGRAMS = tests/runtests tests/portable/asprintf-t \ - tests/portable/snprintf-t tests/util/concat-t tests/util/messages-t \ + tests/portable/snprintf-t tests/portable/strlcat-t \ + tests/portable/strlcpy-t tests/util/concat-t tests/util/messages-t \ tests/util/xmalloc check_LIBRARIES = tests/libtest.a tests_libtest_a_SOURCES = tests/libtest.c tests/libtest.h @@ -135,6 +136,14 @@ tests_portable_snprintf_t_SOURCES = tests/portable/snprintf-t.c \ tests/portable/snprintf.c tests_portable_snprintf_t_LDADD = tests/libtest.a util/libutil.a \ portable/libportable.a +tests_portable_strlcat_t_SOURCES = tests/portable/strlcat-t.c \ + tests/portable/strlcat.c +tests_portable_strlcat_t_LDADD = tests/libtest.a util/libutil.a \ + portable/libportable.a +tests_portable_strlcpy_t_SOURCES = tests/portable/strlcpy-t.c \ + tests/portable/strlcpy.c +tests_portable_strlcpy_t_LDADD = tests/libtest.a util/libutil.a \ + portable/libportable.a tests_util_concat_t_LDADD = tests/libtest.a util/libutil.a \ portable/libportable.a tests_util_messages_t_LDADD = tests/libtest.a util/libutil.a \ -- cgit v1.2.3