[glom] Fix make check when using --enable-glom-ui=no.



commit 311bf85fc7d3a4927908da678c40c51f3790cea5
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Dec 16 11:35:09 2010 +0100

    Fix make check when using --enable-glom-ui=no.
    
    * Makefile_tests.am: Correct the LDADD flags for the selfhosting tests, so
    that make check still works when using --enable-glom-ui=no.

 ChangeLog         |    7 +++++++
 Makefile_tests.am |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index bb61d48..e86c76b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-12-16  Murray Cumming  <murrayc murrayc com>
+
+	Fix make check when using --enable-glom-ui=no.
+
+	* Makefile_tests.am: Correct the LDADD flags for the selfhosting tests, so 
+	that make check still works when using --enable-glom-ui=no.
+
 2010-12-14  Murray Cumming  <murrayc murrayc com>
 
 	Build: Reduce some duplication.
diff --git a/Makefile_tests.am b/Makefile_tests.am
index 8e6f4ad..e299315 100644
--- a/Makefile_tests.am
+++ b/Makefile_tests.am
@@ -119,11 +119,11 @@ tests_import_test_signals_LDADD = $(GLOM_LIBS)
 tests_import_test_signals_CPPFLAGS = $(tests_cppflags)
 
 tests_test_selfhosting_new_empty_SOURCES = tests/test_selfhosting_new_empty.cc
-tests_test_selfhosting_new_empty_LDADD = $(glom_all_libs)
+tests_test_selfhosting_new_empty_LDADD = $(tests_ldadd)
 tests_test_selfhosting_new_empty_CPPFLAGS = $(tests_cppflags)
 
 tests_test_selfhosting_new_from_example_SOURCES = tests/test_selfhosting_new_from_example.cc
-tests_test_selfhosting_new_from_example_LDADD = $(glom_all_libs)
+tests_test_selfhosting_new_from_example_LDADD = $(tests_ldadd)
 tests_test_selfhosting_new_from_example_CPPFLAGS = $(tests_cppflags)
 
 



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