[ease/autotools] All the .*o are now built in the src/ dir.



commit 8817f1345c995788a695667cc5e318f78998b4ae
Author: Stéphane Maniaci <stephane maniaci gmail com>
Date:   Fri May 21 00:06:39 2010 +0200

    All the .*o are now built in the src/ dir.

 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e933665..925b4b3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_CONFIG_FILES([Makefile po/Makefile.in])
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_HEADERS([config.h])
 
-AM_INIT_AUTOMAKE([no-dist-gzip dist-bzip2])
+AM_INIT_AUTOMAKE([no-dist-gzip dist-bzip2 subdir-objects])
 
 # Enable silent rules is available
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
@@ -14,6 +14,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 AC_PROG_CC
 AC_PROG_CC_STDC
 AM_PROG_VALAC([0.8.1])
+AM_PROG_CC_C_O
 AC_PROG_INSTALL
 AC_PROG_INTLTOOL([0.35])
 



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