Actually use the gcc CFLAGS set in configure

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2013-08-23 10:42:10 +10:00
parent 7060206aca
commit 30a65d20e9

View file

@ -1,6 +1,6 @@
lib_LTLIBRARIES=libevdev.la
AM_CPPFLAGS = $(GCOV_CFLAGS)
AM_CPPFLAGS = $(GCC_CFLAGS) $(GCOV_CFLAGS)
libevdev_la_SOURCES = \
libevdev.h \