Whamcloud - gitweb
ce6bcb6f5e0a1190cf065cb6682e7df90d7a4a2b
[fs/lustre-release.git] / lustre / osc / 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 MODULE = osc
7 modulefs_DATA = osc.o
8 EXTRA_PROGRAMS = osc
9
10
11 osc_SOURCES =  obd_pack.c osc_request.c # super.c rw.c file.c dir.c sysctl.c super.c namei.c symlink.c
12
13 obd_pack.c: 
14         ln -s ../lib/obd_pack.c .
15
16 include $(top_srcdir)/Rules