
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4928 ec53bebd-3082-4978-b11e-865c3cabbd6b
44 lines
857 B
Makefile
44 lines
857 B
Makefile
# $Id$
|
|
|
|
AUTOMAKE_OPTIONS = no-dependencies foreign
|
|
|
|
CFLAGS = @CFLAGS@ $(WFLAGS)
|
|
|
|
INCLUDES = -I$(top_builddir)/include -I$(srcdir)/../krb5
|
|
|
|
lib_LTLIBRARIES = libgssapi.la
|
|
|
|
libgssapi_la_SOURCES = \
|
|
8003.c \
|
|
accept_sec_context.c \
|
|
acquire_cred.c \
|
|
add_oid_set_member.c \
|
|
canonicalize_name.c \
|
|
compare_name.c \
|
|
context_time.c \
|
|
create_emtpy_oid_set.c \
|
|
decapsulate.c \
|
|
delete_sec_context.c \
|
|
display_name.c \
|
|
display_status.c \
|
|
duplicate_name.c \
|
|
encapsulate.c \
|
|
export_name.c \
|
|
external.c \
|
|
get_mic.c \
|
|
import_name.c \
|
|
indicate_mechs.c \
|
|
init.c \
|
|
init_sec_context.c \
|
|
inquire_context.c \
|
|
inquire_cred.c \
|
|
release_buffer.c \
|
|
release_cred.c \
|
|
release_name.c \
|
|
release_oid_set.c \
|
|
test_oid_set_member.c \
|
|
unwrap.c \
|
|
v1.c \
|
|
verify_mic.c \
|
|
wrap.c
|