1bc55fab42
This breaks on some newer systems which enable --as-needed by default. Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
12 lines
307 B
Makefile
12 lines
307 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 $(LIB_roken) $(top_builddir)/lib/krb5/libkrb5.la
|