diff options
author | Max Kellermann <max@duempel.org> | 2013-01-04 20:50:26 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-04 21:24:29 +0100 |
commit | efbfe66f21a8865454bc7a9e32305c84c09ba4be (patch) | |
tree | 7ea7b79cba8e3356c7735ef98bd251ca513d4ade /Makefile.am | |
parent | 6886063703704796f03d7bfe35747fc2cb01ded2 (diff) | |
download | mpd-efbfe66f21a8865454bc7a9e32305c84c09ba4be.tar.gz mpd-efbfe66f21a8865454bc7a9e32305c84c09ba4be.tar.xz mpd-efbfe66f21a8865454bc7a9e32305c84c09ba4be.zip |
Mutex: new wrapper for std::mutex, replaces GMutex
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index eaba44331..0e76eb54f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -172,6 +172,8 @@ src_mpd_SOURCES = \ $(DECODER_SRC) \ $(OUTPUT_API_SRC) \ $(MIXER_API_SRC) \ + src/thread/Mutex.hxx \ + src/thread/CriticalSection.hxx \ src/glib_socket.h \ src/clock.c src/clock.h \ src/notify.c \ |