[gstreamermm] Include the tools directory even when not in maintainer mode.
- From: José Alburquerque <jaalburqu src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gstreamermm] Include the tools directory even when not in maintainer mode.
- Date: Wed, 9 Sep 2009 04:18:26 +0000 (UTC)
commit 0d74f1a70c97f9bc7bb985045db39a0ad910e93c
Author: José Alburquerque <jaalburqu svn gnome org>
Date: Wed Sep 9 00:12:32 2009 -0400
Include the tools directory even when not in maintainer mode.
* Makefile.am: Include the tools directory even when not in maintainer
mode because some things there need to be installed for other possible
gstreamermm modules even when building from tarballs.
ChangeLog | 8 ++++++++
Makefile.am | 4 ++--
2 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 9be884d..c43c628 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-09-09 José Alburquerque <jaalburqu svn gnome org>
+
+ Include the tools directory even when not in maintainer mode.
+
+ * Makefile.am: Include the tools directory even when not in maintainer
+ mode because some things there need to be installed for other possible
+ gstreamermm modules even when building from tarballs.
+
2009-09-08 José Alburquerque <jaalburqu svn gnome org>
First move to the new mm-build system.
diff --git a/Makefile.am b/Makefile.am
index fe27b36..c54e724 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,9 +17,9 @@ ACLOCAL_AMFLAGS = -I build ${ACLOCAL_FLAGS}
DISTCHECK_CONFIGURE_FLAGS = --enable-warnings=fatal
if MAINTAINER_MODE
-src_subdirs = tools gstreamer/src
+src_subdirs = gstreamer/src
else
-src_subdirs =
+src_subdirs = tools
endif
if ENABLE_DOCUMENTATION
doc_subdirs = doc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]