From 87f35a3434040f5e80d37218fe86efa547ac4ae5 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 4 Jul 2011 16:09:41 +0100 Subject: [PATCH] build: Fix the path to the tslib event source --- clutter/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clutter/Makefile.am b/clutter/Makefile.am index d2a377b..2d12f35 100644 --- a/clutter/Makefile.am +++ b/clutter/Makefile.am @@ -445,7 +445,7 @@ egl_source_h = \ $(srcdir)/cogl/clutter-egl.h \ $(NULL) -egl_tslib_c = $(srcdir)/egl/clutter-event-tslib.c +egl_tslib_c = $(srcdir)/cogl/clutter-event-tslib.c evdev_c_priv = \ $(srcdir)/evdev/clutter-xkb-utils.c \ -- 2.7.4