build-sys: Make pulsecore a private library
authorFelipe Sateler <fsateler@debian.org>
Fri, 11 Dec 2015 14:00:30 +0000 (11:00 -0300)
committerDavid Henningsson <david.henningsson@canonical.com>
Mon, 14 Dec 2015 12:53:44 +0000 (13:53 +0100)
It is not meant to be used by third parties, so do not install in a public dir

src/Makefile.am

index de975c5..f1bd38d 100644 (file)
@@ -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 = \