summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2013-01-14 09:17:46 +0000
committerRichard Hughes <richard@hughsie.com>2013-01-14 09:17:46 +0000
commit69b9395ef84741315721e61c5d9fe8d106b1b3e8 (patch)
tree219601b826acc5ece0418cfd829ea69cadc27692 /client
parent041185e0fbf49aff1add8d39fb75c6b32a4abe84 (diff)
downloadcolord-69b9395ef84741315721e61c5d9fe8d106b1b3e8.tar.gz
Don't use the deprecated INCLUDES in Makefile.am
Diffstat (limited to 'client')
-rw-r--r--client/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/Makefile.am b/client/Makefile.am
index 4f0b2f8..0f44882 100644
--- a/client/Makefile.am
+++ b/client/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = \
+AM_CPPFLAGS = \
$(GLIB_CFLAGS) \
$(GTK_CFLAGS) \
-I$(top_srcdir) \