aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPatrick Welche <prlw1@cam.ac.uk>2014-02-25 12:40:21 +0000
committerTakashi Iwai <tiwai@suse.de>2014-02-26 08:16:22 +0100
commitb669b50de2c0d0f18db924a4a5b556ffcc094421 (patch)
tree2312a282a66d47466bb9179b67e71f6eea06396c /Makefile.am
parent7a6e8ca348c4c2640cbc337914d1376333fdbc17 (diff)
autotools: update style
- rename configure.in to configure.ac - replace INCLUDES with AM_CPPFLAGS - modernize AM_INIT_AUTOMAKE invocation Signed-off-by: Patrick Welche <prlw1@cam.ac.uk> Signed-off-by: Takashi Iwai <tiwai@suse.de>
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 f0c39c1d..52f7654a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,7 +17,7 @@ EXTRA_DIST=ChangeLog INSTALL TODO NOTES configure gitcompile libtool \
depcomp version MEMORY-LEAK m4/attributes.m4
AUTOMAKE_OPTIONS=foreign
-INCLUDES=-I$(top_srcdir)/include
+AM_CPPFLAGS=-I$(top_srcdir)/include
rpm: dist
$(MAKE) -C utils rpm