From: Colin Walters Date: Mon, 16 Sep 2013 12:27:40 +0000 (-0400) Subject: tools: Honor GCC_CFLAGS X-Git-Tag: libevdev-0.4~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=34fc7ee425850f06f620ca2ad5caeaf58b037e97;p=platform%2Fupstream%2Flibevdev.git tools: Honor GCC_CFLAGS So we get compiler warnings from tools/ too. Signed-off-by: Colin Walters Signed-off-by: Peter Hutterer --- diff --git a/tools/Makefile.am b/tools/Makefile.am index 931a7d2..295c419 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -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