mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-24 21:40:05 +01:00
test: fix distcheck
Broken in e0b200caa6
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
35dae6bcc0
commit
8540efc209
1 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,8 @@ AM_CPPFLAGS = -I$(top_srcdir)/include \
|
|||
-I$(top_srcdir)/src \
|
||||
$(CHECK_CFLAGS) \
|
||||
$(LIBEVDEV_CFLAGS) \
|
||||
$(LIBUDEV_CFLAGS)
|
||||
$(LIBUDEV_CFLAGS) \
|
||||
-I$(top_builddir)/src # for libinput-version.h
|
||||
|
||||
AM_CFLAGS = $(GCC_CFLAGS)
|
||||
AM_CXXFLAGS = $(GCC_CXXFLAGS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue