summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2013-01-14 09:21:30 +0000
committerRichard Hughes <richard@hughsie.com>2013-01-14 09:21:30 +0000
commit5be743c910029758fbe7686e774f98a9f7290630 (patch)
treeb1a9956c789f17be24dd013532bfb11a83dfc7aa /tools/Makefile.am
parentb1f12feb1fd4535255f04c91bef90ae11ce57311 (diff)
Don't use the deprecated INCLUDES in Makefile.am
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index df1d2e7..f676bf4 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-INCLUDES = \
+AM_CPPFLAGS = \
-DUP_COMPILATION \
-DG_LOG_DOMAIN=\"UPower\" \
-I$(top_srcdir) \