From: ericm Date: Tue, 30 Dec 2003 08:25:23 +0000 (+0000) Subject: merge HEAD to b_eq: tag 20031230 X-Git-Tag: v1_7_0_51~2^20~26 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=8c1a6e801d1c9de99069d8bb141dca8bf86cf2ac;p=fs%2Flustre-release.git merge HEAD to b_eq: tag 20031230 --- diff --git a/lustre/osc/Makefile.am b/lustre/osc/Makefile.am index 322f561..0cb3bcd 100644 --- a/lustre/osc/Makefile.am +++ b/lustre/osc/Makefile.am @@ -7,13 +7,13 @@ DEFS= if LIBLUSTRE noinst_LIBRARIES = libosc.a -libosc_a_SOURCES = osc_request.c osc_lib.c osc_create.c osc_rpcd.c osc_internal.h +libosc_a_SOURCES = osc_request.c osc_lib.c osc_create.c osc_internal.h libosc_a_CFLAGS = -fPIC else MODULE = osc modulefs_DATA = osc.o EXTRA_PROGRAMS = osc -osc_SOURCES = osc_request.c lproc_osc.c osc_lib.c osc_create.c osc_rpcd.c osc_internal.h +osc_SOURCES = osc_request.c lproc_osc.c osc_lib.c osc_create.c osc_internal.h endif include $(top_srcdir)/Rules