summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2013-01-14 09:26:00 +0000
committerRichard Hughes <richard@hughsie.com>2013-01-14 09:26:00 +0000
commitdc5159fdc52c4892503190402d48cc8e98ef685a (patch)
tree6a4b1d40b58da32f7aed297d9884c5f1444e6455 /tools
parentd32c3a4008905c9afa9a58ec9e0c4440979599af (diff)
downloadgusb-dc5159fdc52c4892503190402d48cc8e98ef685a.tar.gz
Don't use the deprecated INCLUDES in Makefile.am
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 73273e1..44d35bc 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = \
+AM_CPPFLAGS = \
$(GLIB_CFLAGS) \
$(GUDEV_CFLAGS) \
$(USB_CFLAGS) \