aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-08-10 09:00:04 +0200
committerMax Kellermann <max@duempel.org>2013-08-10 09:00:04 +0200
commitd23c907a94a58d5e6ad2f42f6eecf358e3d9f775 (patch)
treee399175cc7a39d786e9ee3403c8cec8e1cd785c6 /Makefile.am
parent018f4155eb7b476b96a7b401377be78e00ca7dd2 (diff)
downloadmpd-d23c907a94a58d5e6ad2f42f6eecf358e3d9f775.tar.gz
mpd-d23c907a94a58d5e6ad2f42f6eecf358e3d9f775.tar.xz
mpd-d23c907a94a58d5e6ad2f42f6eecf358e3d9f775.zip
thread/Id: new class replacing GThread pointers
Remove a GLib dependencies from class EventLoop and DatabaseLock.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index f12eebf7d..c4dc716c7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -80,6 +80,7 @@ src_mpd_SOURCES = \
$(DECODER_SRC) \
$(OUTPUT_API_SRC) \
$(MIXER_API_SRC) \
+ src/thread/Id.hxx \
src/thread/Mutex.hxx \
src/thread/PosixMutex.hxx \
src/thread/CriticalSection.hxx \