Rename input.c to evdev.c.
authorKristian Høgsberg <krh@redhat.com>
Mon, 24 Nov 2008 05:12:20 +0000 (00:12 -0500)
committerKristian Høgsberg <krh@redhat.com>
Mon, 24 Nov 2008 05:12:20 +0000 (00:12 -0500)
Makefile
evdev.c [moved from input.c with 100% similarity]

index 3880b07..2d98d70 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ wayland_objs =                                        \
        wayland.o                               \
        event-loop.o                            \
        connection.o                            \
-       input.o                                 \
+       evdev.o                                 \
        wayland-util.o
 
 wayland : CFLAGS += $(shell pkg-config --cflags libffi)
diff --git a/input.c b/evdev.c
similarity index 100%
rename from input.c
rename to evdev.c