aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2013-03-12 06:53:39 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2013-03-12 06:53:39 +0000
commit827eb58b04412109a63a38b23b57d59468b6a3c0 (patch)
treedad7a713de6e493806959b19a2a98aa7d1644463 /plugins
parent2cc00294c79fa9e9815a66f1ca39c58c111b3d4d (diff)
From David Arnold:
Replace use of INCLUDES with AM_CPPFLAGS in all Makefiles to placate recent autotools. svn path=/trunk/; revision=48261
Diffstat (limited to 'plugins')
-rw-r--r--plugins/asn1/Makefile.am2
-rw-r--r--plugins/docsis/Makefile.am2
-rw-r--r--plugins/ethercat/Makefile.am2
-rw-r--r--plugins/gryphon/Makefile.am2
-rw-r--r--plugins/irda/Makefile.am2
-rw-r--r--plugins/m2m/Makefile.am2
-rw-r--r--plugins/mate/Makefile.am2
-rw-r--r--plugins/opcua/Makefile.am2
-rw-r--r--plugins/profinet/Makefile.am2
-rw-r--r--plugins/stats_tree/Makefile.am2
-rw-r--r--plugins/tpg/Makefile.am2
-rw-r--r--plugins/unistim/Makefile.am2
-rw-r--r--plugins/wimax/Makefile.am2
-rw-r--r--plugins/wimaxasncp/Makefile.am2
-rw-r--r--plugins/wimaxmacphy/Makefile.am2
15 files changed, 15 insertions, 15 deletions
diff --git a/plugins/asn1/Makefile.am b/plugins/asn1/Makefile.am
index 21aebd2229..873c6e46a9 100644
--- a/plugins/asn1/Makefile.am
+++ b/plugins/asn1/Makefile.am
@@ -24,7 +24,7 @@
include $(top_srcdir)/Makefile.am.inc
-INCLUDES = -I$(top_srcdir)
+AM_CPPFLAGS = -I$(top_srcdir)
include Makefile.common
diff --git a/plugins/docsis/Makefile.am b/plugins/docsis/Makefile.am
index 1ff4b4b41f..308fe5af08 100644
--- a/plugins/docsis/Makefile.am
+++ b/plugins/docsis/Makefile.am
@@ -24,7 +24,7 @@
include $(top_srcdir)/Makefile.am.inc
-INCLUDES = -I$(top_srcdir)
+AM_CPPFLAGS = -I$(top_srcdir)
include Makefile.common
diff --git a/plugins/ethercat/Makefile.am b/plugins/ethercat/Makefile.am
index 35b644d0a3..544ee4f59f 100644
--- a/plugins/ethercat/Makefile.am
+++ b/plugins/ethercat/Makefile.am
@@ -24,7 +24,7 @@
include $(top_srcdir)/Makefile.am.inc
-INCLUDES = -I$(top_srcdir)
+AM_CPPFLAGS = -I$(top_srcdir)
include Makefile.common
diff --git a/plugins/gryphon/Makefile.am b/plugins/gryphon/Makefile.am
index f04591d392..df171466d9 100644
--- a/plugins/gryphon/Makefile.am
+++ b/plugins/gryphon/Makefile.am
@@ -26,7 +26,7 @@
include $(top_srcdir)/Makefile.am.inc
-INCLUDES = -I$(top_srcdir)
+AM_CPPFLAGS = -I$(top_srcdir)
include Makefile.common
diff --git a/plugins/irda/Makefile.am b/plugins/irda/Makefile.am
index b9a39c14b6..cfb40869f3 100644
--- a/plugins/irda/Makefile.am
+++ b/plugins/irda/Makefile.am
@@ -24,7 +24,7 @@
include $(top_srcdir)/Makefile.am.inc
-INCLUDES = -I$(top_srcdir)
+AM_CPPFLAGS = -I$(top_srcdir)
include Makefile.common
diff --git a/plugins/m2m/Makefile.am b/plugins/m2m/Makefile.am
index c1acf4a7f0..d0e4545c61 100644
--- a/plugins/m2m/Makefile.am
+++ b/plugins/m2m/Makefile.am
@@ -24,7 +24,7 @@
include $(top_srcdir)/Makefile.am.inc
-INCLUDES = -I$(top_srcdir) -I../wimax
+AM_CPPFLAGS = -I$(top_srcdir) -I../wimax
include Makefile.common
diff --git a/plugins/mate/Makefile.am b/plugins/mate/Makefile.am
index 70fa598fb9..3f0a59eb95 100644
--- a/plugins/mate/Makefile.am
+++ b/plugins/mate/Makefile.am
@@ -24,7 +24,7 @@
include $(top_srcdir)/Makefile.am.inc
-INCLUDES = -I$(top_srcdir)
+AM_CPPFLAGS = -I$(top_srcdir)
include Makefile.common
diff --git a/plugins/opcua/Makefile.am b/plugins/opcua/Makefile.am
index 4fc4b6147f..1b1727f596 100644
--- a/plugins/opcua/Makefile.am
+++ b/plugins/opcua/Makefile.am
@@ -25,7 +25,7 @@
include $(top_srcdir)/Makefile.am.inc
-INCLUDES = -I$(top_srcdir)
+AM_CPPFLAGS = -I$(top_srcdir)
include Makefile.common
diff --git a/plugins/profinet/Makefile.am b/plugins/profinet/Makefile.am
index 4a932e50cb..5636befdb9 100644
--- a/plugins/profinet/Makefile.am
+++ b/plugins/profinet/Makefile.am
@@ -24,7 +24,7 @@
include $(top_srcdir)/Makefile.am.inc
-INCLUDES = -I$(top_srcdir)
+AM_CPPFLAGS = -I$(top_srcdir)
include Makefile.common
diff --git a/plugins/stats_tree/Makefile.am b/plugins/stats_tree/Makefile.am
index e33efafebd..0239142d49 100644
--- a/plugins/stats_tree/Makefile.am
+++ b/plugins/stats_tree/Makefile.am
@@ -24,7 +24,7 @@
include $(top_srcdir)/Makefile.am.inc
-INCLUDES = -I$(top_srcdir)
+AM_CPPFLAGS = -I$(top_srcdir)
include Makefile.common
diff --git a/plugins/tpg/Makefile.am b/plugins/tpg/Makefile.am
index 026d746842..1f3370afbd 100644
--- a/plugins/tpg/Makefile.am
+++ b/plugins/tpg/Makefile.am
@@ -26,7 +26,7 @@ if HAVE_WARNINGS_AS_ERRORS
AM_CFLAGS = -Werror
endif
-INCLUDES = -I$(top_srcdir)
+AM_CPPFLAGS = -I$(top_srcdir)
plugindir = @plugindir@
diff --git a/plugins/unistim/Makefile.am b/plugins/unistim/Makefile.am
index 32974faa31..a48b442ff6 100644
--- a/plugins/unistim/Makefile.am
+++ b/plugins/unistim/Makefile.am
@@ -25,7 +25,7 @@
include $(top_srcdir)/Makefile.am.inc
-INCLUDES = -I$(top_srcdir)
+AM_CPPFLAGS = -I$(top_srcdir)
include Makefile.common
diff --git a/plugins/wimax/Makefile.am b/plugins/wimax/Makefile.am
index 52d3509d18..d677789306 100644
--- a/plugins/wimax/Makefile.am
+++ b/plugins/wimax/Makefile.am
@@ -24,7 +24,7 @@
include $(top_srcdir)/Makefile.am.inc
-INCLUDES = -I$(top_srcdir)
+AM_CPPFLAGS = -I$(top_srcdir)
include Makefile.common
diff --git a/plugins/wimaxasncp/Makefile.am b/plugins/wimaxasncp/Makefile.am
index 1ccc3c72be..259d10e9d7 100644
--- a/plugins/wimaxasncp/Makefile.am
+++ b/plugins/wimaxasncp/Makefile.am
@@ -24,7 +24,7 @@
include $(top_srcdir)/Makefile.am.inc
-INCLUDES = -I$(top_srcdir)
+AM_CPPFLAGS = -I$(top_srcdir)
include Makefile.common
diff --git a/plugins/wimaxmacphy/Makefile.am b/plugins/wimaxmacphy/Makefile.am
index af04d4747f..81a9b6eab0 100644
--- a/plugins/wimaxmacphy/Makefile.am
+++ b/plugins/wimaxmacphy/Makefile.am
@@ -24,7 +24,7 @@
include $(top_srcdir)/Makefile.am.inc
-INCLUDES = -I$(top_srcdir)
+AM_CPPFLAGS = -I$(top_srcdir)
include Makefile.common