[pulseaudio-discuss] [PATCH 3/4] src/Makefile.am: add specific OS_IS_DARWIN files

Daniel Mack daniel at caiaq.de
Sun Nov 1 11:28:28 PST 2009


This one also didn't make it yet :)

Daniel


On Wed, Sep 16, 2009 at 03:15:22PM +0800, Daniel Mack wrote:
> Signed-off-by: Kim Lester <kim at dfusion.com.au>
> Signed-off-by: Daniel Mack <daniel at caiaq.de>
> ---
>  src/Makefile.am |   13 +++++++++++--
>  1 files changed, 11 insertions(+), 2 deletions(-)
> 
> diff --git a/src/Makefile.am b/src/Makefile.am
> index 6544e2a..b12ed8f 100644
> --- a/src/Makefile.am
> +++ b/src/Makefile.am
> @@ -649,12 +649,21 @@ libpulsecommon_ at PA_MAJORMINORMICRO@_la_SOURCES += \
>  		pulsecore/mutex-win32.c pulsecore/mutex.h \
>  		pulsecore/thread-win32.c pulsecore/thread.h \
>  		pulsecore/semaphore-win32.c pulsecore/semaphore.h
> -else
> +else !OS_IS_WIN32
> +if OS_IS_DARWIN
> +libpulsecommon_ at PA_MAJORMINORMICRO@_la_SOURCES += \
> +		pulsecore/mutex-posix.c pulsecore/mutex.h \
> +		pulsecore/thread-posix.c pulsecore/thread.h \
> +		pulsecore/semaphore-osx.c pulsecore/semaphore.h
> +libpulsecommon_ at PA_MAJORMINORMICRO@_la_CFLAGS += "-I/Developer/Headers/FlatCarbon/"
> +#libpulsecommon_ at PA_MAJORMINORMICRO@_la_LDFLAGS += "-framework CoreServices"
> +else !OS_IS_DARWIN
>  libpulsecommon_ at PA_MAJORMINORMICRO@_la_SOURCES += \
>  		pulsecore/mutex-posix.c pulsecore/mutex.h \
>  		pulsecore/thread-posix.c pulsecore/thread.h \
>  		pulsecore/semaphore-posix.c pulsecore/semaphore.h
> -endif
> +endif !OS_IS_DARWIN
> +endif !OS_IS_WIN32
>  
>  if HAVE_X11
>  libpulsecommon_ at PA_MAJORMINORMICRO@_la_SOURCES += pulsecore/x11prop.c pulsecore/x11prop.h
> -- 
> 1.6.3.3
> 



More information about the pulseaudio-discuss mailing list