[Opencore-amr-commits] [fdk-aac] build: Build object files in subdirectories
Audio codecs extracted from Android Open Source Project
                
                Brought to you by:
                
                    mstorsjo
                    
                
            
            
        
        
        
    | 
     
      
      
      From: Martin Storsjö <mst...@us...> - 2012-11-02 11:36:43
      
     
   | 
 Module: fdk-aac
 Branch: master
 Commit: 53b442d8af20822cb65b060587e04986f4610358
 Author: Martin Storsjo <ma...@ma...>
   Date: Fri Nov  2 12:47:43 2012 +0200
    URL: http://opencore-amr.git.sf.net/git/gitweb.cgi?p=opencore-amr/fdk-aac;a=commit;h=53b442d8af20822cb65b060587e04986f4610358
build: Build object files in subdirectories
This allows producing more than one object file with the same name.
---
 Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 3c5e958..a5ef764 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,5 @@
 ACLOCAL_AMFLAGS = -I m4
+AUTOMAKE_OPTIONS = subdir-objects
 
 AM_CPPFLAGS = \
     -I$(top_srcdir)/libAACdec/include \
 |