From kde-bugs-dist Sat Jun 30 20:15:49 2001 From: Daniel Schepler Date: Sat, 30 Jun 2001 20:15:49 +0000 To: kde-bugs-dist Subject: Bug#27937: kbackgammon installs shared kbackgammon.so X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=99394388503804 Package: kbackgammon Version: 2.2.0 In the latest CVS sources, kbackgammon creates a shared kbackgammon.so which contains most of the program, and installs it in /usr/lib. I don't see any reason why this should be a shared library instead of just a static library used internally in building the program. To fix this, you need to change lib_LTLIBRARIES = kbackgammon.la to noinst_LTLIBRARIES = kbackgammon.la in Makefile.am. -- Daniel Schepler "Please don't disillusion me. I schepler@math.berkeley.edu haven't had breakfast yet." -- Orson Scott Card