diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2016-11-22 11:09:02 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2016-11-22 11:23:39 +1000 |
commit | ea8545bd2f05fe9c558e597d98fc94609aa5087a (patch) | |
tree | 6621b8a59bdf6c903bd21d3a7d1277fee5fa6e28 | |
parent | ff574d2f5ccc117884ca98dad2827620b7d0f35f (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>
-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 17ae0b8a..2c852a09 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 |