diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-05-06 15:41:43 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-05-06 15:41:43 +0200 |
commit | b7b5b9ee2a9d6cefe9b83589122cedb89c22279c (patch) | |
tree | b7953590423e616d1f61a8ae9a4a2a4ca154d9f5 /test/Makefile.am | |
parent | 305bc5c31dde06afb3d867abd1b461a98c868a74 (diff) |
Remove old (obsolete) Mutex class and replace all uses with std::mutex.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 027b022..08ef4fa 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -37,7 +37,6 @@ audiocache_SOURCES = \ $(top_srcdir)/src/audiocachefile.cc \ $(top_srcdir)/src/audiocacheidmanager.cc \ $(top_srcdir)/src/thread.cc \ - $(top_srcdir)/src/mutex.cc \ $(top_srcdir)/src/semaphore.cc \ $(top_srcdir)/src/audiofile.cc \ $(top_srcdir)/src/random.cc \ @@ -52,7 +51,6 @@ audiocachefile_LDFLAGS = $(PTHREAD_LIBS) $(CPPUNIT_LIBS) $(SNDFILE_LIBS) audiocachefile_SOURCES = \ $(top_srcdir)/src/audiocachefile.cc \ $(top_srcdir)/src/thread.cc \ - $(top_srcdir)/src/mutex.cc \ $(top_srcdir)/src/semaphore.cc \ $(top_srcdir)/src/audiofile.cc \ $(top_srcdir)/src/random.cc \ @@ -79,7 +77,6 @@ audiocacheeventhandler_SOURCES = \ $(top_srcdir)/src/audiocacheeventhandler.cc \ $(top_srcdir)/src/audiocacheidmanager.cc \ $(top_srcdir)/src/audiocachefile.cc \ - $(top_srcdir)/src/mutex.cc \ $(top_srcdir)/src/thread.cc \ $(top_srcdir)/src/semaphore.cc \ test.cc \ |