From: Peter Hutterer Date: Fri, 23 Aug 2013 00:42:10 +0000 (+1000) Subject: Actually use the gcc CFLAGS set in configure X-Git-Tag: libevdev-0.4~40 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=30a65d20e9aef9af107ecfede4b04518d3e87588;p=platform%2Fupstream%2Flibevdev.git Actually use the gcc CFLAGS set in configure Signed-off-by: Peter Hutterer --- diff --git a/libevdev/Makefile.am b/libevdev/Makefile.am index 9879c0e..3a67464 100644 --- a/libevdev/Makefile.am +++ b/libevdev/Makefile.am @@ -1,6 +1,6 @@ lib_LTLIBRARIES=libevdev.la -AM_CPPFLAGS = $(GCOV_CFLAGS) +AM_CPPFLAGS = $(GCC_CFLAGS) $(GCOV_CFLAGS) libevdev_la_SOURCES = \ libevdev.h \