]> git.decadent.org.uk Git - nfs-utils.git/blob - support/gssapi/Makefile
release 1.0.7-pre2
[nfs-utils.git] / support / gssapi / Makefile
1 #
2 # libgssapi.a
3 # gssapi mechanism-switching layer
4 #
5
6 LIBNAME = libgssapi.a
7 SRCS    = g_accept_sec_context.c g_acquire_cred.c g_compare_name.c \
8         g_context_time.c g_delete_sec_context.c g_dsp_name.c g_dsp_status.c \
9         g_dup_name.c gen_oids.c g_exp_sec_context.c g_glue.c g_imp_name.c \
10         g_imp_sec_context.c g_indicate_mechs.c g_initialize.c \
11         g_init_sec_context.c g_inq_context.c g_inq_cred.c g_inq_names.c \
12         g_mechname.c g_mit_krb5_mech.c g_oid_ops.c g_process_context.c \
13         g_rel_buffer.c g_rel_cred.c g_rel_name.c g_rel_oid_set.c g_seal.c \
14         g_sign.c gssd_pname_to_uid.c g_unseal.c g_verify.c oid_ops.c \
15         g_set_allowable_enctypes.c
16
17 OBJS    = $(SRCS:.c=.o)
18
19 include $(TOP)rules.mk
20
21 CFLAGS += -DKRB5_VERSION=$(KRB5_VERSION) -I$(TOP)/support/include
22
23 install::
24         @: