[pangomm] Install the m4 files without --enable-maintainer-mode



commit d5ce6cdaf87f27445cd6332fb51e30476223bc8c
Author: Kalev Lember <kalev smartlink ee>
Date:   Fri Mar 25 16:02:15 2011 +0200

    Install the m4 files without --enable-maintainer-mode
    
    * Makefile.am: Install the convert.m4 files even if we aren't in
    maintainer mode; this makes sure distro packages pick up the files.

 ChangeLog   |    7 +++++++
 Makefile.am |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 24c5ace..202d7c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-03-25  Kalev Lember  <kalev smartlink ee>
+
+	Install the m4 files without --enable-maintainer-mode
+
+	* Makefile.am: Install the convert.m4 files even if we aren't in
+	maintainer mode; this makes sure distro packages pick up the files.
+
 2.28.1 (stable):
 
 2011-03-25  Murray Cumming  <murrayc murrayc com>
diff --git a/Makefile.am b/Makefile.am
index ea58719..05e4b40 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 pango/src
+src_subdirs = pango/src
 else
 src_subdirs =
 endif
@@ -28,7 +28,7 @@ doc_subdirs = docs
 else
 doc_subdirs =
 endif
-SUBDIRS = $(src_subdirs) pango/pangomm $(doc_subdirs)
+SUBDIRS = tools $(src_subdirs) pango/pangomm $(doc_subdirs)
 
 pangomm_includedir = $(includedir)/$(PANGOMM_MODULE_NAME)
 pangomm_include_HEADERS = pango/pangomm.h



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