mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-24 06:30:05 +01:00
tools: Honor GCC_CFLAGS
So we get compiler warnings from tools/ too. Signed-off-by: Colin Walters <walters@verbum.org> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
e156f9a11c
commit
34fc7ee425
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
noinst_PROGRAMS = libevdev-events
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/libevdev
|
||||
AM_CPPFLAGS = $(GCC_CFLAGS) -I$(top_srcdir)/libevdev
|
||||
libevdev_ldadd = $(top_builddir)/libevdev/libevdev.la
|
||||
|
||||
libevdev_events_SOURCES = libevdev-events.c
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue