tools: Honor GCC_CFLAGS

So we get compiler warnings from tools/ too.

Signed-off-by: Colin Walters <walters@verbum.org>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Colin Walters 2013-09-16 08:27:40 -04:00 committed by Peter Hutterer
parent e156f9a11c
commit 34fc7ee425

View file

@ -1,6 +1,6 @@
noinst_PROGRAMS = libevdev-events
AM_CPPFLAGS = -I$(top_srcdir)/libevdev
AM_CPPFLAGS = $(GCC_CFLAGS) -I$(top_srcdir)/libevdev
libevdev_ldadd = $(top_builddir)/libevdev/libevdev.la
libevdev_events_SOURCES = libevdev-events.c