diff options
author | Mike Gilbert <floppymaster@gmail.com> | 2016-11-08 03:36:41 -0500 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2016-11-08 09:36:41 +0100 |
commit | d07903848f7b3b96487e0968f25d88167cc65ded (patch) | |
tree | 18ab31c2a7cfbc1c132d1b6ea419983102e09d93 /Makefile.am | |
parent | 71a9067cd44a75458b0bfbc8a2d67618124ca03e (diff) |
Adjust pkgconfig files to point at rootlibdir (#4584)
The .so symlinks got moved to rootlibdir in 082210c7.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f2d8bf57f7..73144b165c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6054,6 +6054,7 @@ EXTRA_DIST += \ # ------------------------------------------------------------------------------ substitutions = \ + '|rootlibdir=$(rootlibdir)|' \ '|rootlibexecdir=$(rootlibexecdir)|' \ '|rootbindir=$(rootbindir)|' \ '|bindir=$(bindir)|' \ |