[pulseaudio-discuss] [PATCH] build-sys: Make pulsecore a private library
Felipe Sateler
fsateler at debian.org
Fri Dec 11 06:00:30 PST 2015
It is not meant to be used by third parties, so do not install in a public dir
---
src/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
This is a resend, earlier patch was not picked up by patchwork.
diff --git a/src/Makefile.am b/src/Makefile.am
index de975c5..f1bd38d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -918,7 +918,7 @@ libpulsedsp_la_LDFLAGS = $(AM_LDFLAGS) $(AM_LIBLDFLAGS) -avoid-version -disable-
# Daemon core library #
###################################
-lib_LTLIBRARIES += libpulsecore- at PA_MAJORMINOR@.la
+pkglib_LTLIBRARIES += libpulsecore- at PA_MAJORMINOR@.la
# Pure core stuff
libpulsecore_ at PA_MAJORMINOR@_la_SOURCES = \
--
2.6.3
More information about the pulseaudio-discuss
mailing list