[pisa-src] r1107 - trunk

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 13 Oct 2009 14:43:09 +0200

Author: biurrun
Date: Tue Oct 13 14:43:09 2009
New Revision: 1107

Log:
Instruct automake to build objects in subdirectories.
This will help in getting rid of recursive (auto)make.

Modified:
   trunk/Makefile.am

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am   Tue Oct 13 14:30:17 2009        (r1106)
+++ trunk/Makefile.am   Tue Oct 13 14:43:09 2009        (r1107)
@@ -1,7 +1,7 @@
 # Copyright (c) 2008, Distributed Systems Group, RWTH Aachen
 # All rights reserved.
 
-AUTOMAKE_OPTIONS = foreign
+AUTOMAKE_OPTIONS = foreign subdir-objects
 ACLOCAL_AMFLAGS = -I m4
 EXTRA_DIST =
 

Other related posts:

  • » [pisa-src] r1107 - trunk - Diego Biurrun