[pulseaudio-discuss] [PATCH] build-sys: Make pulsecore a private library
Felipe Sateler
fsateler at debian.org
Thu Oct 8 19:01:34 PDT 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(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index 0c58d37..838560d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -917,7 +917,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.0
More information about the pulseaudio-discuss
mailing list