From 5fce2bd7406338e39c03d3651e71863efcab817f Mon Sep 17 00:00:00 2001 From: ericm Date: Mon, 15 Dec 2003 12:31:14 +0000 Subject: [PATCH] liblustre: use noinst_LIBRARIES instead of lib_LIBRARIES for the immediate libraries --- lustre/osc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/osc/Makefile.am b/lustre/osc/Makefile.am index ba53874..322f561 100644 --- 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 -- 1.8.3.1