From 06a3873c9ba012af18493e902ec4dbc6eea78461 Mon Sep 17 00:00:00 2001 From: KimLS Date: Sun, 17 Feb 2013 11:35:03 -0800 Subject: [PATCH] IPC mutex --- common/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index ad01d8038..4c1be217e 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -30,6 +30,7 @@ SET(common_sources extprofile.cpp guild_base.cpp guilds.cpp + ipc_mutex.cpp Item.cpp logsys.cpp logsys_eqemu.cpp @@ -130,6 +131,7 @@ SET(common_headers extprofile.h guild_base.h guilds.h + ipc_mutex.h Item.h item_fieldlist.h item_struct.h