Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbf4d72
)
[liblustre]:
author
meijia
<meijia>
Mon, 28 Apr 2003 14:12:58 +0000
(14:12 +0000)
committer
meijia
<meijia>
Mon, 28 Apr 2003 14:12:58 +0000
(14:12 +0000)
- lib/client.c could be compiled several times in different subdirs, in
userspace we only need one of it. so remove it from osc and mdc (use
the one in lov).
lustre/osc/Makefile.am
patch
|
blob
|
history
diff --git
a/lustre/osc/Makefile.am
b/lustre/osc/Makefile.am
index
19fd65c
..
76aadd5
100644
(file)
--- a/
lustre/osc/Makefile.am
+++ b/
lustre/osc/Makefile.am
@@
-8,7
+8,7
@@
DEFS=
if LIBLUSTRE
lib_LIBRARIES = libosc.a
-LINX= obd_pack.c
client.c
+LINX= obd_pack.c
libosc_a_SOURCES = osc_request.c $(LINX)
else
MODULE = osc