summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorFelix Riemann <friemann@gnome.org>2013-10-18 21:17:02 +0200
committerFelix Riemann <friemann@gnome.org>2013-10-18 21:17:02 +0200
commit16a36728e9a6794e4cd07fe586d5eb208f897e9b (patch)
tree78db77511f5512f384e0be3692c433eb8f37e84c /plugins
parentb8b1314f7190863fca8c70f2682fc122b9f89357 (diff)
downloadeog-16a36728e9a6794e4cd07fe586d5eb208f897e9b.tar.gz
Fix automake deprecation warnings
INCLUDE is deprecated since 2001. Use the equivalent AM_CPPFLAGS variable.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 70a0bc11..8dbf3f19 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = subdir-objects
pluginsdir = $(libdir)/eog/plugins
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_srcdir)/src \
$(EOG_CFLAGS) \
$(WARN_CFLAGS) \