Whamcloud - gitweb
b=3031
[fs/lustre-release.git] / lustre / sec / gss / autoMakefile.am
1 # Copyright (C) 2004  Cluster File Systems, Inc.
2 #
3 # This code is issued under the GNU General Public License.
4 # See the file COPYING in this distribution
5
6 if LIBLUSTRE
7 noinst_LIBRARIES = libptlrpcs_gss.a
8 libptlrpcs_gss_a_SOURCES = sec_gss.c gss_mech_switch.c gss_krb5_mech.c \
9                            gss_generic_token.c gss_krb5_crypto.c       \
10                            gss_krb5_seal.c gss_krb5_unseal.c           \
11                            gss_krb5_seqnum.c rawobj.c
12
13 libptlrpcs_gss_a_CPPFLAGS = $(LLCPPFLAGS)
14 libptlrpcs_gss_a_CFLAGS = $(LLCFLAGS)
15 endif
16
17 if MODULES
18 modulefs_DATA = ptlrpcs_gss$(KMODEXT)
19 endif
20
21 DIST_SOURCES = $(ptlrpcs_gss-objs:.o=.c) gss_internal.h gss_api.h gss_asn1.h \
22                gss_err.h gss_krb5.h
23 MOSTLYCLEANFILES := @MOSTLYCLEANFILES@