summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPekka Paalanen <pekka.paalanen@collabora.co.uk>2013-12-04 15:34:46 +0200
committerKristian Høgsberg <krh@bitplanet.net>2013-12-04 11:38:08 -0800
commitbc91e5120c46e76e36306f2e07045e991fffe921 (patch)
tree2146ee7ecdd32502aa88f9da5b3c2c4a5c1b2870 /src
parente47d0d986c595b91c6072d3866ad42688b333e55 (diff)
rpi: compile in the common udev code
In a recent commit 37d38d932cea8a642e644d091747d0d9c046a00a, "rpi: Use common udev_input for input device handling", the rpi-backend was made to use the common udev code. It just forgot to actually build the common udev code into the rpi-backend. Cc: Jonas Ådahl <jadahl@gmail.com> Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index fa06d57c..34b70489 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -218,6 +218,8 @@ rpi_backend_la_SOURCES = \
rpi-renderer.c \
rpi-renderer.h \
rpi-bcm-stubs.h \
+ udev-seat.c \
+ udev-seat.h \
evdev.c \
evdev.h \
evdev-touchpad.c