diff options
-rw-r--r-- | udev/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/udev/Makefile.am b/udev/Makefile.am index 17ae0b8..2c852a0 100644 --- a/udev/Makefile.am +++ b/udev/Makefile.am @@ -42,9 +42,10 @@ DISTCLEANFILES = \ 90-libinput-model-quirks.rules EXTRA_DIST = 80-libinput-test-device.rules +TEST_EXTENSIONS = .py + if HAVE_PYTHON TESTS = parse_hwdb.py -TEST_EXTENSIONS = .py PY_LOG_COMPILER = $(PYTHON) endif EXTRA_DIST += parse_hwdb.py |