[eog-plugins] Fix automake deprecation warnings
- From: Felix Riemann <friemann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [eog-plugins] Fix automake deprecation warnings
- Date: Tue, 7 Jan 2014 22:51:15 +0000 (UTC)
commit d95c0ffb79409dc00192551be3304e228613691b
Author: Felix Riemann <friemann gnome org>
Date: Tue Jan 7 23:47:56 2014 +0100
Fix automake deprecation warnings
INCLUDE is deprecated since 2001.
Use the equivalent AM_CPPFLAGS variable.
plugins/exif-display/Makefile.am | 2 +-
plugins/fit-to-width/Makefile.am | 2 +-
plugins/hide-titlebar/Makefile.am | 2 +-
plugins/light-theme/Makefile.am | 2 +-
plugins/map/Makefile.am | 2 +-
plugins/postasa/Makefile.am | 2 +-
plugins/postr/Makefile.am | 2 +-
plugins/send-by-mail/Makefile.am | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/plugins/exif-display/Makefile.am b/plugins/exif-display/Makefile.am
index d2a099d..2d61b10 100644
--- a/plugins/exif-display/Makefile.am
+++ b/plugins/exif-display/Makefile.am
@@ -2,7 +2,7 @@
plugindir = $(EOG_PLUGINS_LIBS_DIR)
uidir = $(EOG_PLUGINS_DATA_DIR)/exif-display
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_srcdir)/src \
$(EOG_CFLAGS) \
$(WARN_CFLAGS) \
diff --git a/plugins/fit-to-width/Makefile.am b/plugins/fit-to-width/Makefile.am
index f5ecd55..b81a519 100644
--- a/plugins/fit-to-width/Makefile.am
+++ b/plugins/fit-to-width/Makefile.am
@@ -1,7 +1,7 @@
# Fit-to-width plugin
plugindir = $(libdir)/eog/plugins
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_srcdir)/src \
$(EOG_CFLAGS) \
$(WARN_CFLAGS) \
diff --git a/plugins/hide-titlebar/Makefile.am b/plugins/hide-titlebar/Makefile.am
index 8d550b0..c3e7390 100644
--- a/plugins/hide-titlebar/Makefile.am
+++ b/plugins/hide-titlebar/Makefile.am
@@ -1,7 +1,7 @@
# HideTitlebar plugin
plugindir = $(libdir)/eog/plugins
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_srcdir)/src \
$(EOG_CFLAGS) \
$(WARN_CFLAGS) \
diff --git a/plugins/light-theme/Makefile.am b/plugins/light-theme/Makefile.am
index 1b9bb1b..3c8a8f6 100644
--- a/plugins/light-theme/Makefile.am
+++ b/plugins/light-theme/Makefile.am
@@ -1,7 +1,7 @@
# LightTheme plugin
plugindir = $(libdir)/eog/plugins
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_srcdir)/src \
$(EOG_CFLAGS) \
$(WARN_CFLAGS) \
diff --git a/plugins/map/Makefile.am b/plugins/map/Makefile.am
index 331e096..b141fa4 100644
--- a/plugins/map/Makefile.am
+++ b/plugins/map/Makefile.am
@@ -1,7 +1,7 @@
# Champlain plugin
plugindir = $(libdir)/eog/plugins
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_srcdir) \
$(EOG_CFLAGS) \
$(CHAMPLAIN_CFLAGS) \
diff --git a/plugins/postasa/Makefile.am b/plugins/postasa/Makefile.am
index bf4b720..45b08f8 100644
--- a/plugins/postasa/Makefile.am
+++ b/plugins/postasa/Makefile.am
@@ -1,7 +1,7 @@
# Postasa plugin
plugindir = $(EOG_PLUGINS_LIBS_DIR)
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_srcdir) \
$(EOG_CFLAGS) \
$(WARN_CFLAGS) \
diff --git a/plugins/postr/Makefile.am b/plugins/postr/Makefile.am
index deb7e56..1756619 100644
--- a/plugins/postr/Makefile.am
+++ b/plugins/postr/Makefile.am
@@ -1,7 +1,7 @@
# Postr plugin
plugindir = $(libdir)/eog/plugins
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_srcdir) \
$(EOG_CFLAGS) \
$(WARN_CFLAGS) \
diff --git a/plugins/send-by-mail/Makefile.am b/plugins/send-by-mail/Makefile.am
index 7e1f244..e25cb60 100644
--- a/plugins/send-by-mail/Makefile.am
+++ b/plugins/send-by-mail/Makefile.am
@@ -1,7 +1,7 @@
# SendByMail plugin
plugindir = $(libdir)/eog/plugins
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_srcdir)/src \
$(EOG_CFLAGS) \
$(WARN_CFLAGS) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]