summaryrefslogtreecommitdiff
path: root/udev
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2016-11-22 11:09:02 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2016-11-22 11:23:39 +1000
commitea8545bd2f05fe9c558e597d98fc94609aa5087a (patch)
tree6621b8a59bdf6c903bd21d3a7d1277fee5fa6e28 /udev
parentff574d2f5ccc117884ca98dad2827620b7d0f35f (diff)
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>
Diffstat (limited to 'udev')
-rw-r--r--udev/Makefile.am3
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