mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
build dllmain.c only on win32 (makes gcc shut up a little more)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@539 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
f5e8953d02
commit
56ce62a020
1 changed files with 10 additions and 2 deletions
|
|
@ -342,7 +342,6 @@ libpolyp_@PA_MAJORMINOR@_la_SOURCES = \
|
|||
libpolyp_@PA_MAJORMINOR@_la_SOURCES += \
|
||||
polypcore/authkey.c polypcore/authkey.h \
|
||||
polypcore/conf-parser.c polypcore/conf-parser.h \
|
||||
polypcore/dllmain.c \
|
||||
polypcore/dynarray.c polypcore/dynarray.h \
|
||||
polypcore/gccmacro.h \
|
||||
polypcore/idxset.c polypcore/idxset.h \
|
||||
|
|
@ -369,6 +368,11 @@ libpolyp_@PA_MAJORMINOR@_la_SOURCES += \
|
|||
polypcore/winsock.h \
|
||||
polypcore/xmalloc.c polypcore/xmalloc.h
|
||||
|
||||
if OS_IS_WIN32
|
||||
libpolyp_@PA_MAJORMINOR@_la_SOURCES += \
|
||||
polypcore/dllmain.c
|
||||
endif
|
||||
|
||||
if HAVE_X11
|
||||
libpolyp_@PA_MAJORMINOR@_la_SOURCES += \
|
||||
polyp/client-conf-x11.c polyp/client-conf-x11.h \
|
||||
|
|
@ -484,7 +488,6 @@ libpolypcore_la_SOURCES += \
|
|||
polypcore/core.c polypcore/core.h \
|
||||
polypcore/core-scache.c polypcore/core-scache.h \
|
||||
polypcore/core-subscribe.c polypcore/core-subscribe.h \
|
||||
polypcore/dllmain.c \
|
||||
polypcore/dynarray.c polypcore/dynarray.h \
|
||||
polypcore/endianmacros.h \
|
||||
polypcore/g711.c polypcore/g711.h \
|
||||
|
|
@ -523,6 +526,11 @@ libpolypcore_la_SOURCES += \
|
|||
polypcore/winsock.h \
|
||||
polypcore/xmalloc.c polypcore/xmalloc.h
|
||||
|
||||
if OS_IS_WIN32
|
||||
libpolypcore_la_SOURCES += \
|
||||
polypcore/dllmain.c
|
||||
endif
|
||||
|
||||
libpolypcore_la_CPPFLAGS = $(AM_CPPFLAGS) $(LIBOIL_CFLAGS)
|
||||
libpolypcore_la_LDFLAGS = -avoid-version
|
||||
libpolypcore_la_LIBADD = $(AM_LIBADD) $(LIBLTDL) $(LIBSAMPLERATE_LIBS) $(LIBSNDFILE_LIBS) $(WINSOCK_LIBS) $(LIBOIL_LIBS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue