summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRalph Giles <giles@mozilla.com>2015-05-20 10:50:45 -0700
committerRalph Giles <giles@mozilla.com>2015-05-20 10:50:45 -0700
commit721644f4b21f764b2c06794849eb16e705e468a9 (patch)
tree78a19492e1bc0071962095763e1be3754831d83c /src
parent33810669d9e4e6e57fcc2cec9bab06539afa009c (diff)
downloadogg-git-721644f4b21f764b2c06794849eb16e705e468a9.tar.gz
Fix automake warning.
Newer versions prefer AM_CPPFLAGS to INCLUDES.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index b207e78..9472626 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include
+AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
lib_LTLIBRARIES = libogg.la