mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
2002-12-27 Christian Stimming <stimming@tuhh.de>
* src/engine/test-core/Makefile.am: Fix linker errors in src/engine/test/ git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7726 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
12d764eaf5
commit
c18b48371d
@ -1,5 +1,8 @@
|
||||
2002-12-27 Christian Stimming <stimming@tuhh.de>
|
||||
|
||||
* src/engine/test-core/Makefile.am: Fix linker errors in
|
||||
src/engine/test/
|
||||
|
||||
* src/import-export/hbci/hbci-interaction.c: Fix reparent
|
||||
warnings. Make the PIN dialog a bit nicer.
|
||||
|
||||
|
@ -3,6 +3,8 @@ noinst_LTLIBRARIES=libgncmod-test-engine.la
|
||||
LDADD = \
|
||||
${top_builddir}/src/gnc-module/libgncmodule.la \
|
||||
../libgncmod-engine.la \
|
||||
../libgw-engine.la \
|
||||
../libgw-kvp.la \
|
||||
${GLIB_LIBS} \
|
||||
-lltdl
|
||||
|
||||
@ -10,6 +12,9 @@ libgncmod_test_engine_la_SOURCES = gncmod-test-engine.c test-engine-stuff.c
|
||||
libgncmod_test_engine_la_LDFLAGS = -module
|
||||
libgncmod_test_engine_la_LIBADD = \
|
||||
${top_builddir}/src/gnc-module/libgncmodule.la \
|
||||
../libgncmod-engine.la \
|
||||
../libgw-engine.la \
|
||||
../libgw-kvp.la \
|
||||
${GLIB_LIBS}
|
||||
|
||||
noinst_HEADERS=test-engine-stuff.h
|
||||
|
Loading…
Reference in New Issue
Block a user