diff options
author | Lennart Poettering <lennart@poettering.net> | 2007-09-25 00:45:57 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2007-09-25 00:45:57 +0000 |
commit | 16872268115a52735d9dffd846f392b6c25a0b49 (patch) | |
tree | f03a1a6c487bd762d4dce39e0a29f96f283028c5 | |
parent | 86ec4215928ae1ee0752406cf4f9fe2df77795d8 (diff) |
fix make dist
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1904 fefdeb5f-60dc-0310-8127-8f9354f1896f
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 9b4cb519..a92a5570 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -78,8 +78,8 @@ endif if OS_IS_WIN32 PA_THREAD_OBJS = \ pulsecore/mutex-win32.c pulsecore/mutex.h \ - pulsecore/thread-win32.c pulsecore/thread.h \ - pulsecore/semaphore-win32.c pulsecore/semaphore.h + pulsecore/thread-win32.c pulsecore/thread.h +# pulsecore/semaphore-win32.c pulsecore/semaphore.h else PA_THREAD_OBJS = \ pulsecore/mutex-posix.c pulsecore/mutex.h \ |