Matthew Vanecek's g2 patch.

* src/engine/test/Makefile.am: don't explicitly add -lglib.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/gnucash-gnome2-dev@10402 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins
2005-01-02 21:09:04 +00:00
parent 5268b1d2db
commit eea7bfd781
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2004-01-02 Derek Atkins <derek@ihtfp.com>
* src/engine/test/Makefile.am: don't explicitly add -lglib.
2004-12-23 Derek Atkins <derek@ihtfp.com>
Chris Shoemaker's patch to silence gtk errors in dialog-budget-category.c:

View File

@@ -19,8 +19,7 @@ LDADD = \
../libgw-kvp.la \
../test-core/libgncmod-test-engine.la \
${GLIB_LIBS} \
-lltdl \
-lglib
-lltdl
# these tests are ordered kind more or less in the order
# that they should be executed, with more basic tests coming first.