diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-23T19·32+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-23T19·32+0100 |
commit | 14772783e66a6e67726872926834c0e9f7210e6d (patch) | |
tree | 0201d5c435ec467d4e527a0fac57ab78317953d5 /Makefile.config.in | |
parent | 611868a90904ac233d8476682a4618fdd8c78c50 (diff) |
Support installation of dynamically linked programs
Here we need to re-link programs so that their RPATH refers to the installed libraries.
Diffstat (limited to 'Makefile.config.in')
-rw-r--r-- | Makefile.config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in index ed38e2980bf8..48baa2889404 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@ |