[glom] Add forgotten header to libglom's Makefile



commit a096131703b3d1859cb14790e3fbaea136e665d4
Author: Michael Hasselmann <michaelh openismus com>
Date:   Fri Jan 15 18:21:44 2010 +0100

    Add forgotten header to libglom's Makefile
    
    * Makefile_libglom.am: libglom_include_HEADERS forgot to mention utils.h
    although it was mentioned in the *_la_SOURCES.

 ChangeLog           |    8 ++++++++
 Makefile_libglom.am |    3 ++-
 2 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ad19a14..488f02f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2010-01-15  Michael Hasselmann  <michaelh openismus com>
 
+	Add forgotten header to libglom's Makefile
+
+	* Makefile_libglom.am: libglom_include_HEADERS forgot to mention utils.h
+	although it was mentioned in the *_la_SOURCES.
+
+
+2010-01-15  Michael Hasselmann  <michaelh openismus com>
+
 Updated the comment for NumericFormat's default precision
 
 	* glom/libglom/data_structure/numeric_format.h (get_default_precision): The
diff --git a/Makefile_libglom.am b/Makefile_libglom.am
index e844c55..a113b3d 100644
--- a/Makefile_libglom.am
+++ b/Makefile_libglom.am
@@ -21,7 +21,8 @@ libglom_include_HEADERS =			\
 	glom/libglom/init.h			\
 	glom/libglom/libglom_config.h		\
 	glom/libglom/sharedptr.h		\
-	glom/libglom/standard_table_prefs_fields.h
+	glom/libglom/standard_table_prefs_fields.h\
+	glom/libglom/utils.h
 
 libglom_data_structure_includedir = $(libglom_includedir)/data_structure
 libglom_data_structure_include_HEADERS =			\



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