From: Peter Hutterer Date: Mon, 18 Nov 2013 03:52:37 +0000 (+1000) Subject: Drop gcov flags from main libevdev sources X-Git-Tag: libevdev-0.5~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2420d2577b7b4a80bf1d39ca18c3f9236f6823d1;p=platform%2Fupstream%2Flibevdev.git Drop gcov flags from main libevdev sources We recompile the sources anyway in the tests and we have our own CFLAGS there. Drop them from the main library code so we don't leave gcov files everywhere. Signed-off-by: Peter Hutterer Reviewed-by: David Herrmann --- diff --git a/libevdev/Makefile.am b/libevdev/Makefile.am index 74b3c51..739ed7d 100644 --- a/libevdev/Makefile.am +++ b/libevdev/Makefile.am @@ -1,6 +1,6 @@ lib_LTLIBRARIES=libevdev.la -AM_CPPFLAGS = $(GCC_CFLAGS) $(GCOV_CFLAGS) -I$(top_srcdir)/include -I$(top_srcdir) +AM_CPPFLAGS = $(GCC_CFLAGS) -I$(top_srcdir)/include -I$(top_srcdir) libevdev_la_SOURCES = \ libevdev.h \ @@ -16,7 +16,6 @@ libevdev_la_SOURCES = \ libevdev_la_LDFLAGS = \ -version-info $(LIBEVDEV_LT_VERSION) \ -export-symbols-regex '^libevdev_|^LIBEVDEV_' \ - $(GCOV_LDFLAGS) \ $(GNU_LD_FLAGS) libevdevincludedir = $(includedir)/libevdev-1.0/libevdev @@ -29,6 +28,3 @@ EXTRA_DIST = make-event-names.py CLEANFILES = event-names.h BUILT_SOURCES = event-names.h -# gcov leaves it's mess in this directory too -clean-local: - @rm -f *.gcno