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:
Peter Hutterer 2015-04-30 14:02:30 +10:00
parent a21ab9eb98
commit b6238b8286

View file

@ -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 \