Whamcloud - gitweb
liblustre:
authorericm <ericm>
Mon, 15 Dec 2003 12:31:14 +0000 (12:31 +0000)
committerericm <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

index ba53874..322f561 100644 (file)
@@ -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