From 53b442d8af20822cb65b060587e04986f4610358 Mon Sep 17 00:00:00 2001 From: Martin Storsjo Date: Fri, 2 Nov 2012 12:47:43 +0200 Subject: build: Build object files in subdirectories This allows producing more than one object file with the same name. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 \ -- cgit v1.2.3