diff options
author | Martin Storsjo <martin@martin.st> | 2012-11-02 12:47:43 +0200 |
---|---|---|
committer | Martin Storsjo <martin@martin.st> | 2012-11-02 12:47:43 +0200 |
commit | 53b442d8af20822cb65b060587e04986f4610358 (patch) | |
tree | 833df2acf21bc9ece896d7e0825f48e47d1be894 /Makefile.am | |
parent | dc409c50e6e207a5ad1747d19cbafcf7856ba163 (diff) | |
download | ODR-AudioEnc-53b442d8af20822cb65b060587e04986f4610358.tar.gz ODR-AudioEnc-53b442d8af20822cb65b060587e04986f4610358.tar.bz2 ODR-AudioEnc-53b442d8af20822cb65b060587e04986f4610358.zip |
build: Build object files in subdirectories
This allows producing more than one object file with the same name.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | 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 \ |