mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
build: Move libpulsecommon into $pkglib
libpulsecommon is a private library only for use within pulseaudio, so lets move it into a private directory [ed: from discussion on IRC, while it looks redundant to have modules in lib/pulse-$VER and private libraries in $pkglibdir, this is actually desirable. For example, a multi-architecture libpulse would have a $pkgdir per architecture (/usr/lib/<arch>/pulseaudio) whereas you'd still want the server-specific modules in /usr/lib/pulse...) -- Arun]
This commit is contained in:
parent
811235d14c
commit
cea6e16516
1 changed files with 2 additions and 2 deletions
|
|
@ -530,7 +530,7 @@ echo_cancel_test_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
|
|||
# Common library #
|
||||
###################################
|
||||
|
||||
lib_LTLIBRARIES = \
|
||||
pkglib_LTLIBRARIES = \
|
||||
libpulsecommon-@PA_MAJORMINOR@.la
|
||||
|
||||
libpulsecommon_@PA_MAJORMINOR@_la_SOURCES = \
|
||||
|
|
@ -694,7 +694,7 @@ pulseinclude_HEADERS = \
|
|||
pulse/volume.h \
|
||||
pulse/xmalloc.h
|
||||
|
||||
lib_LTLIBRARIES += \
|
||||
lib_LTLIBRARIES = \
|
||||
libpulse.la \
|
||||
libpulse-simple.la
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue