summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@debian.org>2015-12-11 11:00:30 -0300
committerDavid Henningsson <david.henningsson@canonical.com>2015-12-14 13:53:44 +0100
commit2c2c2676eeb44300622d28898859967b5ef5a3a0 (patch)
tree7f9c3a54dae9a051d2ef864546d55c514c57175f
parent7b9fcc01f62558a6f517e2a23408e98c2688bd9e (diff)
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
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 = \