mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-25 04:40:05 +01:00
udev: move TEST_EXTENSIONS out of the conditional
Fixes: udev/Makefile.am:47: warning: 'TEST_EXTENSIONS' cannot have conditional contents Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
ff574d2f5c
commit
ea8545bd2f
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue