mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
62b9e047b3
commit
e94ec22a5d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user