From 813e95f3b88a8345f82a205126d94bbffeda57b9 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 4 Sep 2006 21:29:17 +0000 Subject: port the threaded mainloop to our new abstract mutex/thread API git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1369 fefdeb5f-60dc-0310-8127-8f9354f1896f --- src/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 3dec5c1c..69c6ac34 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -619,10 +619,16 @@ if OS_IS_WIN32 libpulsecore_la_SOURCES += \ pulsecore/mutex-win32.c \ pulsecore/thread-win32.c +libpulse_la_SOURCES += \ + pulsecore/mutex-win32.c \ + pulsecore/thread-win32.c else libpulsecore_la_SOURCES += \ pulsecore/mutex-posix.c \ pulsecore/thread-posix.c +libpulse_la_SOURCES += \ + pulsecore/mutex-posix.c \ + pulsecore/thread-posix.c endif libpulsecore_la_CPPFLAGS = $(AM_CPPFLAGS) $(LIBOIL_CFLAGS) -- cgit