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:
Peter Hutterer 2016-11-22 11:09:02 +10:00
parent ff574d2f5c
commit ea8545bd2f

View file

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