[glom] Fix the build.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] Fix the build.
- Date: Mon, 26 Apr 2010 20:58:10 +0000 (UTC)
commit 7ae47dbc54afb5cf9123c1666d93b2a3c67f9dfe
Author: Murray Cumming <murrayc murrayc com>
Date: Mon Apr 26 22:55:41 2010 +0200
Fix the build.
* Makefile_tests.am: test_selfhosting_new_empty: Link to the Glom sources
to fix the unresolved link to Glom::Priv's method. We will use more from
the rest of Glom here too.
ChangeLog | 8 ++++++++
Makefile_tests.am | 2 +-
2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 9d704f4..2829b6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-04-26 Murray Cumming <murrayc murrayc com>
+
+ Fix the build.
+
+ * Makefile_tests.am: test_selfhosting_new_empty: Link to the Glom sources
+ to fix the unresolved link to Glom::Priv's method. We will use more from
+ the rest of Glom here too.
+
2010-04-26 Daniel Elstner <danielk openismus com>
Use installed mm-common instead of copying it
diff --git a/Makefile_tests.am b/Makefile_tests.am
index a2f07ca..d393142 100644
--- a/Makefile_tests.am
+++ b/Makefile_tests.am
@@ -93,7 +93,7 @@ tests_import_test_signals_SOURCES = \
tests/import/utils.h\
tests/import/test_signals.cc
tests_test_glade_derived_instantiation_SOURCES = tests/test_glade_derived_instantiation.cc $(glom_source_files)
-tests_test_selfhosting_new_empty_test_selfhosting_new_empty_SOURCES = tests/test_selfhosting_new_empty/test_selfhosting_new_empty.cc
+tests_test_selfhosting_new_empty_test_selfhosting_new_empty_SOURCES = tests/test_selfhosting_new_empty/test_selfhosting_new_empty.cc $(glom_source_files)
glom_libglom_test_connectionpool_LDADD = $(tests_ldadd)
glom_libglom_example_document_load_LDADD = $(tests_ldadd)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]