projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff574d2
)
udev: move TEST_EXTENSIONS out of the conditional
author
Peter Hutterer
<peter.hutterer@who-t.net>
Tue, 22 Nov 2016 01:09:02 +0000
(11:09 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Tue, 22 Nov 2016 01:23:39 +0000
(11:23 +1000)
Fixes:
udev/Makefile.am:47: warning: 'TEST_EXTENSIONS' cannot have conditional
contents
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
udev/Makefile.am
patch
|
blob
|
history
diff --git
a/udev/Makefile.am
b/udev/Makefile.am
index 17ae0b8a5ee967d482bda0f9a71e250ea357cf09..2c852a0990c706236fe9e5b26bf54fc1bc071455 100644
(file)
--- 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