[glom] Fix distcheck.



commit df911ef0b888ed5fc964d28e1586cae09ffdbc93
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Apr 23 09:10:13 2013 +0200

    Fix distcheck.
    
        * Makefile_tests.am: Dist the recently-added
        .glom test file.

 ChangeLog         |    9 ++++++++-
 Makefile_tests.am |    3 ++-
 2 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 700b1da..778fba5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2013-04-23  Murray Cumming  <murrayc murrayc com>
+
+       Fix distcheck.
+
+       * Makefile_tests.am: Dist the recently-added
+       .glom test file.
+       
 2013-04-03  Murray Cumming  <murrayc murrayc com>
 
        Python embedding: Deal with TODO.
@@ -14,7 +21,7 @@
 
 2013-04-03  Murray Cumming  <murrayc murrayc com>
 
-       DbUtis: Some const improvements.
+       DbUtils: Some const improvements.
 
        * glom/libglom/db_utils.cc: Make the Document* const
        where possible.
diff --git a/Makefile_tests.am b/Makefile_tests.am
index e47b238..d48c3a2 100644
--- a/Makefile_tests.am
+++ b/Makefile_tests.am
@@ -191,7 +191,8 @@ tests_python_test_python_module_CPPFLAGS = $(tests_cppflags)
 dist_noinst_DATA = \
        tests/import/data/albums.csv \
        tests/translations_po/data/test.po \
-       tests/test_image.jpg
+       tests/test_image.jpg \
+       tests/test_example_music_collection_text_pk_fields.glom
 
 # Let the .cc source code know about this path:
 glom_test_import_defines = -DGLOM_TESTS_IMPORT_DATA_NOTINSTALLED=\""$(abs_top_srcdir)/tests/import/data/"\"


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