aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-10 09:23:41 +0100
committerMax Kellermann <max@duempel.org>2013-01-10 10:03:19 +0100
commit0b93445380ba39c13813e1a236b183883f5a54db (patch)
tree5f6ed83f4f8ef9dffa8fb80af016c02d7cf2f19d /Makefile.am
parent483ba5ea1ccebd4741fbcc5d92648ac6854c60fe (diff)
thread/Cond: new wrapper for pthread_cond_t or GCond
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
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 \