[gnome-video-effects] use subdir-objects flag for automake



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]