[gnome-video-effects] use subdir-objects flag for automake
- From: Daniel G. Siegel <dgsiegel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-video-effects] use subdir-objects flag for automake
- Date: Mon, 7 Feb 2011 12:55:48 +0000 (UTC)
commit 5cbb5c286c0ee2956e05351e8a357fff978fad3d
Author: daniel g. siegel <dgsiegel gnome org>
Date: Mon Feb 7 13:54:43 2011 +0100
use subdir-objects flag for automake
this will create objects in sub directories, following the
same structure the sources are in.
configure.ac | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 76ab843..484ec8a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,8 @@ AC_INIT([gnome-video-effects],
[gnome-video-effects],
[http://live.gnome.org/GnomeVideoEffects])
-AM_INIT_AUTOMAKE([1.11.1 -Wall])
+AM_INIT_AUTOMAKE([1.11.1 -Wall subdir-objects])
+
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
AC_SUBST(VERSION)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]