From 30a65d20e9aef9af107ecfede4b04518d3e87588 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 23 Aug 2013 10:42:10 +1000 Subject: [PATCH] Actually use the gcc CFLAGS set in configure Signed-off-by: Peter Hutterer --- libevdev/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.34.1