From 0d5adca0de0a51b1f0bd49045fc4062eac7d1d25 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Wed, 28 Mar 2012 19:26:00 +0200 Subject: debug_sync is now a service, available to dynamically loaded plugins. new make target - abi_update libservices/HOWTO: remove references to Makefile.am small tweaks --- libservices/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libservices/CMakeLists.txt') diff --git a/libservices/CMakeLists.txt b/libservices/CMakeLists.txt index ee6a7c73abe..eb8ff7ffe09 100644 --- a/libservices/CMakeLists.txt +++ b/libservices/CMakeLists.txt @@ -20,7 +20,8 @@ SET(MYSQLSERVICES_SOURCES thd_alloc_service.c thd_wait_service.c my_thread_scheduler_service.c - progress_report_service.c) + progress_report_service.c + debug_sync_service.c) ADD_CONVENIENCE_LIBRARY(mysqlservices ${MYSQLSERVICES_SOURCES}) INSTALL(TARGETS mysqlservices DESTINATION ${INSTALL_LIBDIR} COMPONENT Development) -- cgit v1.2.1