From b80c18283e44a447af87d0057cd4b9fbe7601e53 Mon Sep 17 00:00:00 2001 From: Thomas Jansen Date: Tue, 27 Oct 2009 09:19:55 +0100 Subject: [PATCH] Makefile.am: enable the "subdir-objects" option Don't clutter the top directory with *.o files similar to mpd. --- Makefile.am | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 1033e66..994ce7a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ SUBDIRS = \ po ACLOCAL_AMFLAGS = -I m4 -AUTOMAKE_OPTIONS = foreign 1.9 dist-bzip2 +AUTOMAKE_OPTIONS = foreign 1.9 dist-bzip2 subdir-objects AM_CPPFLAGS = \ $(LIBMPDCLIENT_CFLAGS) \ diff --git a/configure.ac b/configure.ac index 1b615d9..cdc797d 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.60) AC_INIT(ncmpc, 0.16~git, max@duempel.org) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_AUX_DIR(build) -AM_INIT_AUTOMAKE([foreign 1.9 dist-bzip2]) +AM_INIT_AUTOMAKE([foreign 1.9 dist-bzip2 subdir-objects]) AM_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([m4]) -- 2.30.2