From 0b93445380ba39c13813e1a236b183883f5a54db Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 10 Jan 2013 09:23:41 +0100 Subject: thread/Cond: new wrapper for pthread_cond_t or GCond --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 23f1a711..9b679f45 100644 --- a/Makefile.am +++ b/Makefile.am @@ -164,6 +164,9 @@ src_mpd_SOURCES = \ src/thread/Mutex.hxx \ src/thread/PosixMutex.hxx \ src/thread/GLibMutex.hxx \ + src/thread/Cond.hxx \ + src/thread/PosixCond.hxx \ + src/thread/GLibCond.hxx \ src/glib_socket.h \ src/clock.c src/clock.h \ src/notify.c \ -- cgit v1.2.3