[glom] Fixed a tiny typo to fix the tests build.



commit f00ffc3bdc520f487a9095ae28547f08af39af3d
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Sep 3 21:50:58 2009 +0200

    Fixed a tiny typo to fix the tests build.

 ChangeLog         |    4 ++++
 Makefile_tests.am |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 40bcabc..3b4d4fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-09-03  Murray Cumming  <murrayc murrayc com>
 
+	* Makefile_tests.am: Fixed a tiny typo to fix the tests build.
+
+2009-09-03  Murray Cumming  <murrayc murrayc com>
+
 	Move some non-layout print_layout code back out of mode_design
 
 	* glom/mode_design/print_layouts/canvas_layout_item.[h|cc]:
diff --git a/Makefile_tests.am b/Makefile_tests.am
index b3a4409..2966e82 100644
--- a/Makefile_tests.am
+++ b/Makefile_tests.am
@@ -37,7 +37,7 @@ glom_test_pyembed_SOURCES = glom/test_pyembed.cc
 regression_tests_test_parsing_time_SOURCES = regression_tests/test_parsing_time.cc
 regression_tests_test_signal_reemit_SOURCES = regression_tests/test_signal_reemit.cc
 
-glom_libglom_test_connectionpool_LDADD = $(testsb_ldadd)
+glom_libglom_test_connectionpool_LDADD = $(tests_ldadd)
 glom_libglom_test_document_LDADD = $(tests_ldadd)
 glom_libglom_test_sharedptr_layoutitem_LDADD = $(tests_ldadd)
 glom_utility_widgets_test_flowtable_SOURCES =	\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]