mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-04-21 21:40:38 +02:00
tools: fix broken build if builddir != srcdir
Introduced in 6b6f8151a4, libinput-version.h is
in the builddir.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
parent
a21ab9eb98
commit
b6238b8286
1 changed files with 2 additions and 2 deletions
|
|
@ -3,8 +3,8 @@ bin_PROGRAMS = libinput-list-devices
|
|||
noinst_LTLIBRARIES = libshared.la
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/include \
|
||||
-I$(top_srcdir)/src
|
||||
|
||||
-I$(top_srcdir)/src \
|
||||
-I$(top_builddir)/src # for libinput-version.h
|
||||
|
||||
libshared_la_SOURCES = \
|
||||
shared.c \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue