mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-24 11:10:05 +01:00
Fix the include directives when building in tools/
We need to add top_srcdir to fix the build when srcdir != builddir. Signed-off-by: Emmanuele Bassi <ebassi@gnome.org> Reviewed-by: David Herrmann <dh.herrmann@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
061927dd76
commit
b215120e39
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
noinst_PROGRAMS = libevdev-events
|
||||
bin_PROGRAMS = touchpad-edge-detector
|
||||
|
||||
AM_CPPFLAGS = $(GCC_CFLAGS) -I$(top_srcdir)/include -I$(top_srcdir)/libevdev
|
||||
AM_CPPFLAGS = $(GCC_CFLAGS) -I$(top_srcdir) -I$(top_srcdir)/include -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