From 081a86902c233fd6c1054e82a21cd0546c55cfdb Mon Sep 17 00:00:00 2001 From: Daniel Zaoui Date: Sun, 9 Oct 2016 07:41:20 +0300 Subject: [PATCH] Rename internal file This is the first part to separate hooks related to recorder and to player. --- src/lib/Makefile.am | 2 +- src/lib/{tsuite_evas_hook.c => tsuite_hook_recorder.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/lib/{tsuite_evas_hook.c => tsuite_hook_recorder.c} (100%) diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 35b7e4d..dfe6efd 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -15,7 +15,7 @@ pkgdir = $(libdir)/exactness pkg_LTLIBRARIES = libexactness.la libexactness_la_SOURCES = \ - tsuite_evas_hook.c \ + tsuite_hook_recorder.c \ tsuite_file_data.c libexactness_la_LDFLAGS = -avoid-version -rdynamic diff --git a/src/lib/tsuite_evas_hook.c b/src/lib/tsuite_hook_recorder.c similarity index 100% rename from src/lib/tsuite_evas_hook.c rename to src/lib/tsuite_hook_recorder.c