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