[Libsysio-commit] HEAD: libsysio Makefile.am
Brought to you by:
lward
From: Lee W. <lw...@us...> - 2004-07-16 13:34:52
|
Update of /cvsroot/libsysio/libsysio In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11534 Modified Files: Makefile.am Log Message: From Eric Mei: with the current head of libsysio, flag OPTIONAL_LUSTRE_SRCDIR_SRCS actually resulting the src/stdlib.o was linked twice into final library. Could we simply remove this as the attached patch? Index: Makefile.am =================================================================== RCS file: /cvsroot/libsysio/libsysio/Makefile.am,v retrieving revision 1.14 retrieving revision 1.15 diff -u -w -b -B -p -r1.14 -r1.15 --- Makefile.am 3 Jul 2004 05:47:12 -0000 1.14 +++ Makefile.am 16 Jul 2004 13:34:43 -0000 1.15 @@ -48,18 +48,14 @@ OPTIONAL_YOD_SRCS = endif if WITH_LUSTRE_HACK -OPTIONAL_LUSTRE_SRCDIR_SRCS = $(LUSTRE_SRCDIR_SRCS) # it would be better that let configure script check this OPTIONAL_LUSTRE_CFLAGS = -fPIC -else -OPTIONAL_LUSTRE_SRCDIR_SRCS = endif AM_CFLAGS = $(OPTIONAL_LUSTRE_CFLAGS) __LIBBUILD_DIR__libsysio_a_SOURCES = \ $(SRCDIR_SRCS) \ - $(OPTIONAL_LUSTRE_SRCDIR_SRCS) \ $(OPTIONAL_STDFD_SRCS) \ $(OPTIONAL_INCORE_SRCS) \ $(OPTIONAL_SOCKETS_SRCS) \ |