Whamcloud - gitweb
land 0.5.20.3 b_devel onto HEAD (b_devel will remain)
[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 DEFS= 
7
8 LDLMSOURCES= l_lock.c ldlm_lock.c ldlm_resource.c  \
9 ldlm_extent.c ldlm_request.c ldlm_lockd.c
10
11 if LIBLUSTRE
12 lib_LIBRARIES = libldlm.a
13 libldlm_a_SOURCES = $(LDLMSOURCES)
14 else
15 MODULE = ldlm
16 modulefs_DATA = ldlm.o
17 EXTRA_PROGRAMS = ldlm
18
19 ldlm_SOURCES = $(LDLMSOURCES)
20 endif
21
22 include $(top_srcdir)/Rules
23
24