[PATCH libevdev 08/13] Actually use the gcc CFLAGS set in configure
Peter Hutterer
peter.hutterer at who-t.net
Sun Aug 25 16:27:28 PDT 2013
Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
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 \
--
1.8.2.1
More information about the Input-tools
mailing list