git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17780 ec53bebd-3082-4978-b11e-865c3cabbd6b
12 lines
258 B
Makefile
12 lines
258 B
Makefile
# $Id$
|
|
|
|
include $(top_srcdir)/Makefile.am.common
|
|
|
|
noinst_PROGRAMS = gssmask gssmaestro
|
|
|
|
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
|