summaryrefslogtreecommitdiff
path: root/src/freebsd
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 /src/freebsd
parentb1f12feb1fd4535255f04c91bef90ae11ce57311 (diff)
downloadupower-5be743c910029758fbe7686e774f98a9f7290630.tar.gz
Don't use the deprecated INCLUDES in Makefile.am
Diffstat (limited to 'src/freebsd')
-rw-r--r--src/freebsd/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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\" \