From a5a2c8e5dbba5cae6e1997f2b4db6cc1aee6575e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Mon, 24 Nov 2008 00:12:20 -0500 Subject: [PATCH] Rename input.c to evdev.c. --- Makefile | 2 +- input.c => evdev.c | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename input.c => evdev.c (100%) diff --git a/Makefile b/Makefile index 3880b072..2d98d704 100644 --- 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