Whamcloud - gitweb
c14dbfe66ab2f0facc97ac9db92509b90f4e55e3
[fs/lustre-release.git] / lustre / sec / 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 GSS
7 SUBDIRS = . gss #kcrypto 
8 endif
9
10 if LIBLUSTRE
11 noinst_LIBRARIES = libptlrpcs.a
12 libptlrpcs_a_SOURCES = sec.c sec_null.c svcsec.c svcsec_null.c
13 libptlrpcs_a_CPPFLAGS = $(LLCPPFLAGS)
14 libptlrpcs_a_CFLAGS = $(LLCFLAGS)
15 endif
16
17 if MODULES
18 modulefs_DATA = ptlrpcs$(KMODEXT)
19 endif
20
21 DIST_SOURCES = $(ptlrpcs-objs:.o=.c)
22 MOSTLYCLEANFILES := @MOSTLYCLEANFILES@