mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-24 06:30:05 +01:00
test: fix includes for distcheck
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
b10444f82f
commit
1d3e130ae8
1 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,8 @@ libevdev_sources = $(top_srcdir)/libevdev/libevdev.c \
|
|||
$(top_srcdir)/libevdev/libevdev-int.h
|
||||
common_sources = $(libevdev_sources) test-common-uinput.c test-common-uinput.h
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/libevdev $(CHECK_CFLAGS) $(GCOV_CFLAGS)
|
||||
# include builddir for event-names.h
|
||||
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir)/libevdev $(CHECK_CFLAGS) $(GCOV_CFLAGS)
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue