mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-26 07:00:07 -05:00
Update module-solaris to new structure.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1918 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
67b899acc9
commit
bdf97468f3
2 changed files with 434 additions and 346 deletions
|
|
@ -1005,10 +1005,10 @@ modlibexec_LTLIBRARIES += \
|
|||
module-alsa-source.la
|
||||
endif
|
||||
|
||||
#if HAVE_SOLARIS
|
||||
#modlibexec_LTLIBRARIES += \
|
||||
# module-solaris.la
|
||||
#endif
|
||||
if HAVE_SOLARIS
|
||||
modlibexec_LTLIBRARIES += \
|
||||
module-solaris.la
|
||||
endif
|
||||
|
||||
if HAVE_AVAHI
|
||||
modlibexec_LTLIBRARIES += \
|
||||
|
|
@ -1285,9 +1285,9 @@ module_alsa_source_la_CFLAGS = $(AM_CFLAGS) $(ASOUNDLIB_CFLAGS)
|
|||
|
||||
# Solaris
|
||||
|
||||
#module_solaris_la_SOURCES = modules/module-solaris.c
|
||||
#module_solaris_la_LDFLAGS = -module -avoid-version
|
||||
#module_solaris_la_LIBADD = $(AM_LIBADD) libiochannel.la
|
||||
module_solaris_la_SOURCES = modules/module-solaris.c
|
||||
module_solaris_la_LDFLAGS = -module -avoid-version
|
||||
module_solaris_la_LIBADD = $(AM_LIBADD) libiochannel.la
|
||||
|
||||
# Avahi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue