From 2c2c2676eeb44300622d28898859967b5ef5a3a0 Mon Sep 17 00:00:00 2001 From: Felipe Sateler Date: Fri, 11 Dec 2015 11:00:30 -0300 Subject: [PATCH] build-sys: Make pulsecore a private library 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 de975c5ba..f1bd38dff 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-@PA_MAJORMINOR@.la +pkglib_LTLIBRARIES += libpulsecore-@PA_MAJORMINOR@.la # Pure core stuff libpulsecore_@PA_MAJORMINOR@_la_SOURCES = \