diff options
author | Kristian Høgsberg <krh@redhat.com> | 2008-11-24 00:12:20 -0500 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2008-11-24 00:12:20 -0500 |
commit | a5a2c8e5dbba5cae6e1997f2b4db6cc1aee6575e (patch) | |
tree | 9abeb62e56d3b7dbd63742d98f2bbdfeb293cc4b | |
parent | 1e4b86af1ae16b9eeb4f952f2735b65536bcdc7c (diff) |
Rename input.c to evdev.c.
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | evdev.c (renamed from input.c) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -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) |