diff --git a/clutter/eglnative/Makefile.am b/clutter/eglnative/Makefile.am index e3647ff50..0b1a703ea 100644 --- a/clutter/eglnative/Makefile.am +++ b/clutter/eglnative/Makefile.am @@ -17,7 +17,7 @@ noinst_LTLIBRARIES = libclutter-eglnative.la libclutter_eglnative_la_SOURCES = \ clutter-backend-egl.h \ clutter-backend-egl.c \ - clutter-event-egl.c \ + clutter-event-tslib.c \ clutter-stage-egl.h \ clutter-stage-egl.c \ clutter-egl-headers.h diff --git a/clutter/eglnative/clutter-event-egl.c b/clutter/eglnative/clutter-event-tslib.c similarity index 100% rename from clutter/eglnative/clutter-event-egl.c rename to clutter/eglnative/clutter-event-tslib.c