From d60940dbe4a6bf3acf0b458d321a1f4d449b7a01 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 6 Sep 2007 23:11:22 +0000 Subject: [PATCH] install libpulsecore again, since libtool otherwise links it statically into every single module git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1776 fefdeb5f-60dc-0310-8127-8f9354f1896f --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index b0b3bb2..1dfe3c2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -627,7 +627,7 @@ noinst_HEADERS = \ pulsecore/semaphore.h \ pulsecore/once.h -noinst_LTLIBRARIES += libpulsecore.la +lib_LTLIBRARIES += libpulsecore.la # Some public stuff is used even in the core libpulsecore_la_SOURCES = \ -- 2.7.4