Makefile.am updates for libtool version 1.4/1.3.5 compatibility

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5089 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Bill Gribble 2001-08-08 15:11:35 +00:00
parent 2e0cea3a65
commit da85db03c0
6 changed files with 13 additions and 5 deletions

View File

@ -1,3 +1,9 @@
2001-08-08 Bill Gribble <grib@billgribble.com>
* fix Makefile.am in various places to clean up libtool
problems. These changes may still need fine tuning to make
everything work with both libtool 1.4 and 1.3.5
2001-08-08 Dave Peticolas <dave@krondo.com>
* src/engine/engine-helpers.[ch]: remove cruft

View File

@ -13,4 +13,6 @@ sixtp-dom-generators.c sixtp-dom-parsers.c sixtp-stack.c \
sixtp-to-dom-parser.c sixtp-utils.c sixtp.c
libgncmod_backend_file_la_LDFLAGS = -module
libgncmod_backend_file_la_LIBADD = ${GLIB_LIBS} ${GNOME_XML_LIB}
libgncmod_backend_file_la_LIBADD = \
${GLIB_LIBS} ${GNOME_XML_LIB} \
-L../../engine -lgncmod-engine

View File

@ -1,7 +1,7 @@
SUBDIRS=test
lib_LTLIBRARIES = libgncmod-backend-postgres.la
libgncmod_backend_postgres_la_LDFLAGS =-module -lpq -L../../engine -lgncengine ${GLIB_LIBS}
libgncmod_backend_postgres_la_LDFLAGS =-module -lpq -L../../engine -lgncmod-engine ${GLIB_LIBS}
libgncmod_backend_postgres_la_SOURCES = \
PostgresBackend.c \

View File

@ -9,7 +9,7 @@ libbar_la_LDFLAGS = -module
libbar_la_SOURCES = bar.c
libgncmodbar_la_SOURCES=bar-gwrap.c gnc-mod-bar.c
libgncmodbar_la_LDFLAGS=-module -L.libs
libgncmodbar_la_LDFLAGS=-module
libgncmodbar_la_LIBADD=-lbar
bar-gwrap.c bar-gwrap.h: bar-gwrap.scm

View File

@ -7,7 +7,7 @@ libbaz_la_LDFLAGS=-module
libbaz_la_SOURCES=baz.c
libgncmodbaz_la_SOURCES=baz-gwrap.c gnc-mod-baz.c
libgncmodbaz_la_LDFLAGS=-module -L.libs -L../mod-foo/.libs
libgncmodbaz_la_LDFLAGS=-module -L../mod-foo
libgncmodbaz_la_LIBADD=-lbaz -lfoo
baz-gwrap.c baz-gwrap.h: baz-gwrap.scm

View File

@ -9,7 +9,7 @@ libfoo_la_LDFLAGS = -module
libfoo_la_SOURCES = foo.c
libgncmodfoo_la_SOURCES = foo-gwrap.c gnc-mod-foo.c
libgncmodfoo_la_LDFLAGS = -module -L.libs
libgncmodfoo_la_LDFLAGS = -module
libgncmodfoo_la_LIBADD = -lfoo
foo-gwrap.c foo-gwrap.h: foo-gwrap.scm