1
0
mirror of https://github.com/mstorsjo/fdk-aac.git synced 2025-02-16 19:30:34 +01:00

build: Build object files in subdirectories

This allows producing more than one object file with the same name.
This commit is contained in:
Martin Storsjo 2012-11-02 12:47:43 +02:00
parent dc409c50e6
commit 53b442d8af

View File

@ -1,4 +1,5 @@
ACLOCAL_AMFLAGS = -I m4 ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = subdir-objects
AM_CPPFLAGS = \ AM_CPPFLAGS = \
-I$(top_srcdir)/libAACdec/include \ -I$(top_srcdir)/libAACdec/include \