[glibmm] Always build tools/ subdirectory (bgo #593518)



commit 5b9bd92a67a3faa7b5ba00bd256b02a96275f433
Author: Daniel Elstner <daniel kitta gmail com>
Date:   Tue Sep 1 22:45:43 2009 +0200

    Always build tools/ subdirectory (bgo #593518)
    
    * Makefile.am (SUBDIRS): Unconditionally recurse into the tools/
    subdirectory, rather than only in maintainer-mode.  Otherwise, the
    code generator support files located there would not be installed
    when building a tarball of glibmm.

 ChangeLog   |    9 +++++++++
 Makefile.am |    4 ++--
 2 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index b0e989a..bc6bda1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2009-09-01  Daniel Elstner  <daniel kitta gmail com>
+
+	Always build tools/ subdirectory (bgo #593518)
+
+	* Makefile.am (SUBDIRS): Unconditionally recurse into the tools/
+	subdirectory, rather than only in maintainer-mode.  Otherwise, the
+	code generator support files located there would not be installed
+	when building a tarball of glibmm.
+
 2009-08-28  Daniel Elstner  <danielk openismus com>
 
 	Increment version to glibmm 2.21.4.1
diff --git a/Makefile.am b/Makefile.am
index b45cf50..d99bea9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,7 +19,7 @@ ACLOCAL_AMFLAGS	= -I build ${ACLOCAL_FLAGS}
 DISTCHECK_CONFIGURE_FLAGS = --enable-warnings=fatal
 
 if MAINTAINER_MODE
-src_subdirs = tools glib/src gio/src
+src_subdirs = glib/src gio/src
 else
 src_subdirs =
 endif
@@ -28,7 +28,7 @@ doc_subdirs = docs
 else
 doc_subdirs =
 endif
-SUBDIRS = $(src_subdirs) glib/glibmm gio/giomm tests examples $(doc_subdirs)
+SUBDIRS = tools $(src_subdirs) glib/glibmm gio/giomm tests examples $(doc_subdirs)
 
 glibmm_includedir = $(includedir)/$(GLIBMM_MODULE_NAME)
 glibmm_include_HEADERS = glib/glibmm.h



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