[atkmm] Install the m4 files without --enable-maintainer-mode
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [atkmm] Install the m4 files without --enable-maintainer-mode
- Date: Sat, 26 Mar 2011 10:32:54 +0000 (UTC)
commit dc97d4e79fb21ab86e07bc39410adf4331914435
Author: Kalev Lember <kalev smartlink ee>
Date: Fri Mar 25 15:29:09 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 58faf71..67dfcaf 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.22.4:
2011-03-25 Murray Cumming <murrayc murrayc com>
diff --git a/Makefile.am b/Makefile.am
index 4dac13a..d7f6275 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 = codegen atk/src
+src_subdirs = atk/src
else
src_subdirs =
endif
@@ -28,7 +28,7 @@ doc_subdirs = doc
else
doc_subdirs =
endif
-SUBDIRS = $(src_subdirs) atk/atkmm $(doc_subdirs)
+SUBDIRS = codegen $(src_subdirs) atk/atkmm $(doc_subdirs)
atkmm_includedir = $(includedir)/$(ATKMM_MODULE_NAME)
atkmm_include_HEADERS = atk/atkmm.h
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]