From: Peter Hutterer Date: Tue, 22 Nov 2016 01:09:02 +0000 (+1000) Subject: udev: move TEST_EXTENSIONS out of the conditional X-Git-Tag: 1.5.2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ea8545bd2f05fe9c558e597d98fc94609aa5087a;p=platform%2Fupstream%2Flibinput.git 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 --- 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