aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-10-22 18:23:22 +0200
committerMax Kellermann <max@duempel.org>2009-10-22 18:23:22 +0200
commitfd182f6d1e6331e17b04c6b9b4c0421c61a1d511 (patch)
tree446167d081f2aa1dcc8ff70d765606d69ce680a4 /Makefile.am
parenta05d0d5d94412dfcc7b01ca6941df1d183676926 (diff)
downloadmpd-fd182f6d1e6331e17b04c6b9b4c0421c61a1d511.tar.gz
mpd-fd182f6d1e6331e17b04c6b9b4c0421c61a1d511.tar.xz
mpd-fd182f6d1e6331e17b04c6b9b4c0421c61a1d511.zip
Makefile.am: enable the "subdir-objects" option
Don't clutter the top directory with *.o files.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 9ad64eaf9..ce1160c00 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
ACLOCAL_AMFLAGS = -I m4
-AUTOMAKE_OPTIONS = foreign 1.10 dist-bzip2
+AUTOMAKE_OPTIONS = foreign 1.10 dist-bzip2 subdir-objects
AM_CPPFLAGS = -I$(srcdir)/src $(GLIB_CFLAGS)