Whamcloud - gitweb
Removes all traces of mds_req, mds_rep, ost_req, and ost_rep. All subsystems
[fs/lustre-release.git] / lustre / ptlrpc / 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 MODULE = ptlrpc
9 modulefs_DATA = ptlrpc.o
10 EXTRA_PROGRAMS = ptlrpc
11
12 ptlrpc_SOURCES = rpc.c events.c service.c client.c niobuf.c pack_generic.c
13
14 include $(top_srcdir)/Rules