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:
f709844
)
liblustre:
author
ericm
<ericm>
Mon, 15 Dec 2003 12:31:14 +0000
(12:31 +0000)
committer
ericm
<ericm>
Mon, 15 Dec 2003 12:31:14 +0000
(12:31 +0000)
use noinst_LIBRARIES instead of lib_LIBRARIES for the immediate libraries
lustre/osc/Makefile.am
patch
|
blob
|
history
diff --git
a/lustre/osc/Makefile.am
b/lustre/osc/Makefile.am
index
ba53874
..
322f561
100644
(file)
--- a/
lustre/osc/Makefile.am
+++ b/
lustre/osc/Makefile.am
@@
-6,7
+6,7
@@
DEFS=
if LIBLUSTRE
-
lib
_LIBRARIES = libosc.a
+
noinst
_LIBRARIES = libosc.a
libosc_a_SOURCES = osc_request.c osc_lib.c osc_create.c osc_rpcd.c osc_internal.h
libosc_a_CFLAGS = -fPIC
else