summaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2015-07-16 12:24:29 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2015-07-16 14:15:19 +1000
commitc618ed9170fd3d7b4b6c9f01f87169e39ef61cca (patch)
tree09f2091748e2a25e5a16c886fe376e2e4581f627 /test/Makefile.am
parente3c9106090788b336acc6b4e83ad1f9829631aa6 (diff)
downloadlibinput-c618ed9170fd3d7b4b6c9f01f87169e39ef61cca.tar.gz
test: fix path to custom litest rules
Fixes distcheck Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 1393ac3a..909bd48a 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -45,7 +45,7 @@ liblitest_la_SOURCES = \
litest.c
liblitest_la_LIBADD = $(top_builddir)/src/libinput-util.la
liblitest_la_CFLAGS = $(AM_CFLAGS) \
- -DLIBINPUT_UDEV_RULES_FILE="\"$(abs_top_srcdir)/udev/90-libinput-model-quirks-litest.rules\"" \
+ -DLIBINPUT_UDEV_RULES_FILE="\"$(abs_top_builddir)/udev/90-libinput-model-quirks-litest.rules\"" \
-DLIBINPUT_UDEV_HWDB_FILE="\"$(abs_top_srcdir)/udev/90-libinput-model-quirks.hwdb\""
if HAVE_LIBUNWIND
liblitest_la_LIBADD += $(LIBUNWIND_LIBS) -ldl