From 14772783e66a6e67726872926834c0e9f7210e6d Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 23 Nov 2013 20:32:20 +0100 Subject: Support installation of dynamically linked programs Here we need to re-link programs so that their RPATH refers to the installed libraries. --- Makefile.config.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.config.in') diff --git a/Makefile.config.in b/Makefile.config.in index ed38e2980b..48baa28894 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -12,8 +12,10 @@ bindir = @bindir@ datadir = @datadir@ datarootdir = @datarootdir@ exec_prefix = @exec_prefix@ +libdir = @libdir@ libexecdir = @libexecdir@ localstatedir = @localstatedir@ +pkglibdir = $(libdir)/$(PACKAGE_NAME) prefix = @prefix@ storedir = @storedir@ sysconfdir = @sysconfdir@ -- cgit 1.4.1