add ranlib to libengine.a

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2380 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2000-05-25 16:37:56 +00:00
parent 62b9e047b3
commit e94ec22a5d

View File

@ -29,7 +29,7 @@ INCLPATH = -I@srcdir@/../.. \
# add the -fpic flag to generate relocatable position independent code
# for the engine so that in can be used in a shared module (e.g. a perl module)
CFLAGS = @CFLAGS@ ${INCLPATH} -fpic ${GLIB_CFLAGS}
CFLAGS = @CFLAGS@ ${INCLPATH} -fpic -Wall ${GLIB_CFLAGS}
LIBS = @LIBS@ ${GLIB_LIBS}
######################################################################
@ -49,7 +49,7 @@ include @top_srcdir@/Makefile.common
default: ../libengine.a
../libengine.a: ${OBJS}
ar vru libengine.a ${OBJS}
ar vrus libengine.a ${OBJS}
(cd .. && ln -sf engine/libengine.a .)
TRASH += ../libengine.a libengine.a