]> code.delx.au - pulseaudio/commitdiff
build: Move libpulsecommon into $pkglib
authorMichael Biebl <biebl@debian.org>
Wed, 15 Feb 2012 20:54:28 +0000 (21:54 +0100)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Mon, 20 Feb 2012 09:07:33 +0000 (14:37 +0530)
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]

src/Makefile.am

index 521bf50a261bd4682a750451385af810d93499fc..229c792c11eb20cb4efdf4ecf7510455d3f30102 100644 (file)
@@ -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