From: Emmanuele Bassi Date: Mon, 4 Jul 2011 15:09:41 +0000 (+0100) Subject: build: Fix the path to the tslib event source X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=87f35a3434040f5e80d37218fe86efa547ac4ae5;p=profile%2Fivi%2Fclutter.git build: Fix the path to the tslib event source --- 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 \