Whamcloud - gitweb
- first parts of lock management: module & resource hash +
[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 MODULE = llockd
8 modulefs_DATA = llockd.o
9 EXTRA_PROGRAMS = llockd
10
11 llockd_SOURCES = resource.c
12
13 include $(top_srcdir)/Rules
14