summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2012-02-15 21:54:28 +0100
committerArun Raghavan <arun.raghavan@collabora.co.uk>2012-02-20 14:37:33 +0530
commitcea6e165164283f718a2896600c81810a7a87ddd (patch)
tree524b1210c7ac6237506f51c19740903252828b68
parent811235d14c511cea1884fb967a81cfb395afbf08 (diff)
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]
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 521bf50a..229c792c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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