summaryrefslogtreecommitdiff
path: root/libparted/fs/Makefile.am
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-08-30 18:53:16 +0200
committerJim Meyering <meyering@redhat.com>2012-08-30 19:07:35 +0200
commit803b2f58760ed82e5eb182df75ba18c00c9f43bf (patch)
treedc05815f275c840072ca1b93dd765921dfb55073 /libparted/fs/Makefile.am
parent904a8d31d2906e8e653d670e508c4c6bd4b264c1 (diff)
downloadparted-803b2f58760ed82e5eb182df75ba18c00c9f43bf.tar.gz
build: enable subdir-objects Automake option globally
That option is enabled unconditionally in Automake-NG, and enabling it also for mainline Automake will help to ensure no unexpected incompatibilities is introduced in a potential port to Automake-NG. Moreover, if we have a source file 'sub/foo.c', having it compiled in 'sub/foo.o' rather than in 'foo.o' is undeniably cleaner and more natural. * configure.ac (AM_INIT_AUTOMAKE): Add 'subdir-objects'. * libparted/fs/Makefile.am (AUTOMAKE_OPTIONS): No need to declare 'subdir-objects' explicitly now. Copyright-paperwork-exempt: yes
Diffstat (limited to 'libparted/fs/Makefile.am')
-rw-r--r--libparted/fs/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/libparted/fs/Makefile.am b/libparted/fs/Makefile.am
index 7fe364a..064f11a 100644
--- a/libparted/fs/Makefile.am
+++ b/libparted/fs/Makefile.am
@@ -3,8 +3,6 @@
#
# This file may be modified and/or distributed without restriction.
-AUTOMAKE_OPTIONS = subdir-objects
-
partedincludedir = -I$(top_builddir)/include -I$(top_srcdir)/include
AM_CFLAGS = $(WARN_CFLAGS)