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
This commit is contained in:
Felipe Sateler 2015-12-11 11:00:30 -03:00 committed by David Henningsson
parent 7b9fcc01f6
commit 2c2c2676ee

View file

@ -918,7 +918,7 @@ libpulsedsp_la_LDFLAGS = $(AM_LDFLAGS) $(AM_LIBLDFLAGS) -avoid-version -disable-
# Daemon core library # # Daemon core library #
################################### ###################################
lib_LTLIBRARIES += libpulsecore-@PA_MAJORMINOR@.la pkglib_LTLIBRARIES += libpulsecore-@PA_MAJORMINOR@.la
# Pure core stuff # Pure core stuff
libpulsecore_@PA_MAJORMINOR@_la_SOURCES = \ libpulsecore_@PA_MAJORMINOR@_la_SOURCES = \