mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-09 07:08:01 +02: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
|
90-libinput-model-quirks.rules
|
||||||
EXTRA_DIST = 80-libinput-test-device.rules
|
EXTRA_DIST = 80-libinput-test-device.rules
|
||||||
|
|
||||||
|
TEST_EXTENSIONS = .py
|
||||||
|
|
||||||
if HAVE_PYTHON
|
if HAVE_PYTHON
|
||||||
TESTS = parse_hwdb.py
|
TESTS = parse_hwdb.py
|
||||||
TEST_EXTENSIONS = .py
|
|
||||||
PY_LOG_COMPILER = $(PYTHON)
|
PY_LOG_COMPILER = $(PYTHON)
|
||||||
endif
|
endif
|
||||||
EXTRA_DIST += parse_hwdb.py
|
EXTRA_DIST += parse_hwdb.py
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue