Whamcloud - gitweb
768f778f30861366ec6de5d757ae42283a369609
[fs/lustre-release.git] / lustre / ldlm / Makefile.am
1 # Copyright (C) 2001  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 #
7 # ldlm is built into ptlrpc
8 #
9
10 DEFS= 
11
12 if LIBLUSTRE
13 lib_LIBRARIES = libldlm.a
14 libldlm_a_SOURCES = l_lock.c ldlm_lock.c ldlm_resource.c ldlm_lib.c \
15   ldlm_plain.c ldlm_extent.c ldlm_request.c ldlm_lockd.c ldlm_internal.h
16 endif
17
18 include $(top_srcdir)/Rules