mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-14 06:59:53 -05:00
fix make dist
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1904 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
86ec421592
commit
1687226811
1 changed files with 2 additions and 2 deletions
|
|
@ -78,8 +78,8 @@ endif
|
||||||
if OS_IS_WIN32
|
if OS_IS_WIN32
|
||||||
PA_THREAD_OBJS = \
|
PA_THREAD_OBJS = \
|
||||||
pulsecore/mutex-win32.c pulsecore/mutex.h \
|
pulsecore/mutex-win32.c pulsecore/mutex.h \
|
||||||
pulsecore/thread-win32.c pulsecore/thread.h \
|
pulsecore/thread-win32.c pulsecore/thread.h
|
||||||
pulsecore/semaphore-win32.c pulsecore/semaphore.h
|
# pulsecore/semaphore-win32.c pulsecore/semaphore.h
|
||||||
else
|
else
|
||||||
PA_THREAD_OBJS = \
|
PA_THREAD_OBJS = \
|
||||||
pulsecore/mutex-posix.c pulsecore/mutex.h \
|
pulsecore/mutex-posix.c pulsecore/mutex.h \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue