From 2fc602fdca6fbd0da257bd984fc1e3c7d44b433e Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 28 Jun 2006 13:26:14 +0000 Subject: [PATCH] Build shared libraries by default. Installing various man pages and programs with suffix -2.0 (PACKAGE_SUFFIX), to enable multiple versions installed at the same time. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index deff39c..5495661 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ -## $Id: Makefile.am,v 1.13 2006-06-02 11:04:17 adam Exp $ +## $Id: Makefile.am,v 1.14 2006-06-28 13:26:14 adam Exp $ -commondir=$(datadir)/doc/@PACKAGE@/common +commondir=$(datadir)/doc/$(PACKAGE)$(PACKAGE_SUFFIX)/common common_DATA = style1.css id.png -- 1.7.10.4