projects
/
platform
/
upstream
/
libevdev.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7060206
)
Actually use the gcc CFLAGS set in configure
author
Peter Hutterer
<peter.hutterer@who-t.net>
Fri, 23 Aug 2013 00:42:10 +0000
(10:42 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Thu, 29 Aug 2013 03:02:53 +0000
(13:02 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
libevdev/Makefile.am
patch
|
blob
|
history
diff --git
a/libevdev/Makefile.am
b/libevdev/Makefile.am
index 9879c0e0c474f63cae5c415df50055d2ac4a4b57..3a6746473c4ff2cbc003c54ef8231c32ee87efc1 100644
(file)
--- a/
libevdev/Makefile.am
+++ b/
libevdev/Makefile.am
@@
-1,6
+1,6
@@
lib_LTLIBRARIES=libevdev.la
-AM_CPPFLAGS = $(GCOV_CFLAGS)
+AM_CPPFLAGS = $(GC
C_CFLAGS) $(GC
OV_CFLAGS)
libevdev_la_SOURCES = \
libevdev.h \