summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/dummy/Makefile.am2
-rw-r--r--src/freebsd/Makefile.am2
-rw-r--r--src/linux/Makefile.am2
-rw-r--r--src/openbsd/Makefile.am2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 4119793..f19ed24 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,7 +2,7 @@
SUBDIRS = dummy freebsd linux openbsd
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_builddir)/src -I$(top_srcdir)/src \
-DPACKAGE_LIBEXEC_DIR=\""$(libexecdir)"\" \
-DPACKAGE_SYSCONF_DIR=\""$(sysconfdir)"\" \
diff --git a/src/dummy/Makefile.am b/src/dummy/Makefile.am
index dcd30af..713a5e7 100644
--- a/src/dummy/Makefile.am
+++ b/src/dummy/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_builddir)/src -I$(top_srcdir)/src \
-DUP_COMPILATION \
-DG_LOG_DOMAIN=\"UPower-Dummy\" \
diff --git a/src/freebsd/Makefile.am b/src/freebsd/Makefile.am
index 9d91542..53b718d 100644
--- a/src/freebsd/Makefile.am
+++ b/src/freebsd/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_builddir)/src -I$(top_srcdir)/src \
-DUP_COMPILATION \
-DG_LOG_DOMAIN=\"UPower-Freebsd\" \
diff --git a/src/linux/Makefile.am b/src/linux/Makefile.am
index 4bb64bc..5b58183 100644
--- a/src/linux/Makefile.am
+++ b/src/linux/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_builddir)/src -I$(top_srcdir)/src \
-DUP_COMPILATION \
-DG_LOG_DOMAIN=\"UPower-Linux\" \
diff --git a/src/openbsd/Makefile.am b/src/openbsd/Makefile.am
index 472eb50..d3e61aa 100644
--- a/src/openbsd/Makefile.am
+++ b/src/openbsd/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_builddir)/src -I$(top_srcdir)/src \
-DUP_COMPILATION \
-DG_LOG_DOMAIN=\"UPower-Openbsd\" \