summaryrefslogtreecommitdiff
path: root/perf
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-09-08 15:13:07 -0400
committerBehdad Esfahbod <behdad@behdad.org>2008-09-08 15:13:07 -0400
commit87dfceb9ec4d32077ad7961a6875793dc5d723f1 (patch)
tree1da7a41a9520891337e439f656be7ccdbab8b1f2 /perf
parentf84e7b6e656678e105171be12ef265ae60e4b1f7 (diff)
[Makefile.am] Rename INCLUDES to AM_CPPFLAGS
Fixes automake warnings
Diffstat (limited to 'perf')
-rw-r--r--perf/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/Makefile.am b/perf/Makefile.am
index aba38a3a..acafc7ab 100644
--- a/perf/Makefile.am
+++ b/perf/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(srcdir) \
-I$(top_srcdir)/boilerplate \
-I$(top_srcdir)/src \