mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-25 03:30:05 +01:00
test/Makefile.am: Also add LIBUDEV_CFLAGS to AM_CPPFLAGS
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
parent
d1f8a545e7
commit
c4de28fce3
1 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,8 @@ if BUILD_TESTS
|
|||
AM_CPPFLAGS = -I$(top_srcdir)/include \
|
||||
-I$(top_srcdir)/src \
|
||||
$(CHECK_CFLAGS) \
|
||||
$(LIBEVDEV_CFLAGS)
|
||||
$(LIBEVDEV_CFLAGS) \
|
||||
$(LIBUDEV_CFLAGS)
|
||||
|
||||
AM_CFLAGS = $(GCC_CFLAGS)
|
||||
AM_CXXFLAGS = $(GCC_CXXFLAGS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue