jackdanielz pushed a commit to branch master. http://git.enlightenment.org/tools/exactness.git/commit/?id=081a86902c233fd6c1054e82a21cd0546c55cfdb
commit 081a86902c233fd6c1054e82a21cd0546c55cfdb Author: Daniel Zaoui <[email protected]> Date: Sun Oct 9 07:41:20 2016 +0300 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(-) 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 --
