summaryrefslogtreecommitdiff
path: root/partprobe
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-08-30 18:53:13 +0200
committerJim Meyering <meyering@redhat.com>2012-08-30 19:07:35 +0200
commita185e958b5614ea7e606e85d3de879c5ffc127c0 (patch)
tree463dbd3eb23be729df4993d61f5fc4e2f0a08bdc /partprobe
parent92154e8dfb35c70f6792c4efed9cd97b4c84cbcb (diff)
downloadparted-a185e958b5614ea7e606e85d3de879c5ffc127c0.tar.gz
build: prefer $(AM_CPPFLAGS) over $(INCLUDES)
The latter is obsolete, and might be removed in future Automake versions. Moreover, it's already been removed in Automake-NG, so its use would make a port to Automake-NG more difficult. * parted/Makefile.am (INCLUDES): Rename ... (AM_CPPFLAGS): ... like this. * partprobe/Makefile.am: Likewise. * libparted/fs/Makefile.am: Likewise. * libparted/Makefile.am: Likewise. * libparted/labels/Makefile.am: Likewise. Copyright-paperwork-exempt: yes
Diffstat (limited to 'partprobe')
-rw-r--r--partprobe/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/partprobe/Makefile.am b/partprobe/Makefile.am
index dbe2c9f..c0304a0 100644
--- a/partprobe/Makefile.am
+++ b/partprobe/Makefile.am
@@ -13,4 +13,4 @@ partprobe_LDADD = \
partprobe_LDFLAGS = $(PARTEDLDFLAGS)
-INCLUDES = $(partedincludedir) $(INTLINCS)
+AM_CPPFLAGS = $(partedincludedir) $(INTLINCS)