break out common function; add gssmaestro (that only tests one context for now)

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17780 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-07-01 08:44:30 +00:00
parent 0af8ebf043
commit 88c076e738
5 changed files with 385 additions and 76 deletions

View File

@@ -2,8 +2,10 @@
include $(top_srcdir)/Makefile.am.common
noinst_PROGRAMS = gssmask
noinst_PROGRAMS = gssmask gssmaestro
gssmask_SOURCES = gssmask.c protocol.h
gssmask_SOURCES = gssmask.c common.c common.h protocol.h
gssmaestro_SOURCES = gssmaestro.c common.c common.h protocol.h
LDADD = $(top_builddir)/lib/gssapi/libgssapi.la