From a68302e50b835146cdb526a5850b9b19cb36a0ad Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 7 Jan 2013 10:32:01 +0100 Subject: thread/Mutex: don't use std::mutex Use a custom pthread_mutex_t wrapper because std::mutex adds overhead. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index aa3234bf5..4d1e5620d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -167,6 +167,7 @@ src_mpd_SOURCES = \ $(OUTPUT_API_SRC) \ $(MIXER_API_SRC) \ src/thread/Mutex.hxx \ + src/thread/PosixMutex.hxx \ src/thread/CriticalSection.hxx \ src/glib_socket.h \ src/clock.c src/clock.h \ -- cgit v1.2.3