[glom/glom-1-12] Add forgotten header to libglom's Makefile



commit 8dc93a5448ea3e13919ac2de82e52a7df0d5a371
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           |    7 +++++++
 Makefile_libglom.am |    3 ++-
 2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 528392e..40df6e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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-14  Murray Cumming  <murrayc murrayc com>
 
 	libglom: Some API documentation.
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]