[glom] Fixed make dist.



commit d018fcf093bb608b63601232355eb81828d6c7ec
Author: Johannes Schmid <jhs jsschmid de>
Date:   Mon Sep 21 11:13:33 2009 +0200

    Fixed make dist.
    
    The sources of tests/test_python_module weren't given which broke
    at least with automake-1.10

 ChangeLog         |    6 ++++++
 Makefile_tests.am |    1 +
 2 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 9c3eed2..2b508ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-09-21  Johannes Schmid <jschmid openismus com>
+
+	* Makefile_tests.am:
+	Fixed make dist. The sources of tests/test_python_module weren't
+	given which broke at least with automake-1.10
+
 2009-09-21  Murray Cumming  <murrayc murrayc com>
 
 	Export: Use .csv file extension to match the filter when importing.
diff --git a/Makefile_tests.am b/Makefile_tests.am
index 3731cf8..e0e25a6 100644
--- a/Makefile_tests.am
+++ b/Makefile_tests.am
@@ -47,6 +47,7 @@ glom_test_pyembed_SOURCES = glom/test_pyembed.cc
 tests_test_parsing_time_SOURCES = tests/test_parsing_time.cc
 tests_test_signal_reemit_SOURCES = tests/test_signal_reemit.cc
 tests_test_load_python_library_SOURCES = tests/test_load_python_library.cc
+tests_test_python_module_SOURCES = tests/test_python_module.cc
 tests_import_test_parsing_SOURCES =	\
 	glom/import_csv.cc	\
 	glom/import_csv.h	\



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