]> code.delx.au - pulseaudio/commitdiff
move autospawn lock to pulsecore/ since we don't need it in the client anymore
authorLennart Poettering <lennart@poettering.net>
Mon, 8 Sep 2008 14:22:27 +0000 (17:22 +0300)
committerLennart Poettering <lennart@poettering.net>
Mon, 8 Sep 2008 14:22:27 +0000 (17:22 +0300)
src/Makefile.am
src/daemon/main.c
src/pulsecore/lock-autospawn.c [moved from src/pulse/lock-autospawn.c with 100% similarity]
src/pulsecore/lock-autospawn.h [moved from src/pulse/lock-autospawn.h with 100% similarity]
src/tests/lock-autospawn-test.c

index 3ee5372200648b9b0a2cf9161019d498322512ec..1663d66d965244a26a6a2176463e0f6a6c2895bc 100644 (file)
@@ -541,8 +541,7 @@ libpulse_la_SOURCES = \
                pulse/xmalloc.c pulse/xmalloc.h \
                pulse/proplist.c pulse/proplist.h \
                pulse/ext-stream-restore.c pulse/ext-stream-restore.h \
-               pulse/i18n.c pulse/i18n.h \
-               pulse/lock-autospawn.c pulse/lock-autospawn.h
+               pulse/i18n.c pulse/i18n.h
 
 # Internal stuff that is shared with libpulsecore
 libpulse_la_SOURCES += \
@@ -740,8 +739,7 @@ libpulsecore_la_SOURCES = \
                pulse/volume.c pulse/volume.h \
                pulse/xmalloc.c pulse/xmalloc.h \
                pulse/proplist.c pulse/proplist.h \
-               pulse/i18n.c pulse/i18n.h \
-               pulse/lock-autospawn.c pulse/lock-autospawn.h
+               pulse/i18n.c pulse/i18n.h
 
 # Pure core stuff (some are shared in libpulse though).
 libpulsecore_la_SOURCES += \
@@ -811,6 +809,7 @@ libpulsecore_la_SOURCES += \
                pulsecore/start-child.c pulsecore/start-child.h \
                pulsecore/envelope.c pulsecore/envelope.h \
                pulsecore/proplist-util.c pulsecore/proplist-util.h \
+               pulsecore/lock-autospawn.c pulsecore/lock-autospawn.h \
                $(PA_THREAD_OBJS)
 
 if OS_IS_WIN32
index f91573b4c36b87bc7f6494f6203b4ce1d28f377d..a9e8ed4626afc94fa85e82c467a1a832106fd6bf 100644 (file)
@@ -65,8 +65,8 @@
 #include <pulse/timeval.h>
 #include <pulse/xmalloc.h>
 #include <pulse/i18n.h>
-#include <pulse/lock-autospawn.h>
 
+#include <pulsecore/lock-autospawn.h>
 #include <pulsecore/winsock.h>
 #include <pulsecore/core-error.h>
 #include <pulsecore/core.h>
index cb3dc87c847b5ec81effedd2a02562548409f77c..80cfda6aa6e4520279968ed9ffabe9003afcebe4 100644 (file)
@@ -28,7 +28,7 @@
 
 #include <pulsecore/macro.h>
 #include <pulsecore/thread.h>
-#include <pulse/lock-autospawn.h>
+#include <pulsecore/lock-autospawn.h>
 #include <pulse/util.h>
 
 static void thread_func(void*k) {