From 4ee00b67b55d56c5c36bdf2978593532d540190a Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 3 Oct 2011 10:17:56 +0100 Subject: [PATCH] build: Move clutter-event-tslib.c out of egl/ Prepare for a full tslib device manager. --- clutter/Makefile.am | 2 +- clutter/{egl => tslib}/clutter-event-tslib.c | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename clutter/{egl => tslib}/clutter-event-tslib.c (100%) diff --git a/clutter/Makefile.am b/clutter/Makefile.am index 851183ecb..114ea3fc1 100644 --- a/clutter/Makefile.am +++ b/clutter/Makefile.am @@ -528,7 +528,7 @@ egl_source_h = \ $(srcdir)/cogl/clutter-egl.h \ $(NULL) -egl_tslib_c = $(srcdir)/cogl/clutter-event-tslib.c +egl_tslib_c = $(srcdir)/tslib/clutter-event-tslib.c evdev_c_priv = \ $(srcdir)/evdev/clutter-xkb-utils.c \ diff --git a/clutter/egl/clutter-event-tslib.c b/clutter/tslib/clutter-event-tslib.c similarity index 100% rename from clutter/egl/clutter-event-tslib.c rename to clutter/tslib/clutter-event-tslib.c