[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_0_7_4-43-g382b0f4

Rémi Cardona nobody at users.sourceforge.net
Sat Oct 23 00:40:22 CEST 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grisbi".

The branch, master has been updated
       via  382b0f4292baee54ba2a1384e0e719ef989b2a53 (commit)
      from  b0f7bd9f30a9b2603842805cc8c1eca5859f93dd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 382b0f4292baee54ba2a1384e0e719ef989b2a53
Author: Rémi Cardona <remi at gentoo.org>
Date:   Sat Oct 23 00:38:38 2010 +0200

    tests: fix LIBS/CFLAGS confusion
    
    Although technically wrong, the previous code still worked thanks to
    libgrisbi.la correctly pulling in GRISBI and IGE_MAC libs. I got lucky.

-----------------------------------------------------------------------

Changes:
diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am
index a1ea9df..2eaeef4 100644
--- a/src/tests/Makefile.am
+++ b/src/tests/Makefile.am
@@ -17,7 +17,7 @@ cunit_tests_SOURCES = \
 	gsb_real_cunit.h	\
 	utils_dates_cunit.h
 
-cunit_tests_LDADD = $(top_builddir)/src/libgrisbi.la $(GRISBI_CFLAGS) $(IGE_MAC_CFLAGS) $(CUNIT_LIBS)
+cunit_tests_LDADD = $(top_builddir)/src/libgrisbi.la $(GRISBI_LIBS) $(IGE_MAC_LIBS) $(CUNIT_LIBS)
 
 
 CLEANFILES = *~


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list