TESTS += test_mem

libkrb5_la_SOURCES += kcm.h


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15372 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-06-14 01:45:04 +00:00
parent 025005530d
commit a53ab943fc

View File

@@ -27,7 +27,8 @@ TESTS = \
test_cc \
test_config \
test_keytab \
test_time
test_time \
test_mem
check_PROGRAMS = $(TESTS)
@@ -96,6 +97,7 @@ libkrb5_la_SOURCES = \
init_creds.c \
init_creds_pw.c \
kcm.c \
kcm.h \
keyblock.c \
keytab.c \
keytab_any.c \