diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2021-03-19 11:42:44 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2021-03-19 11:42:44 +0200 |
commit | 44d70c01f0aef419bc1325f0cba6a46085042646 (patch) | |
tree | d12df15e2f47fbc884591bfec0e14fcb613fd7d3 /support-files | |
parent | 126725421e56293d7c8b816e066271606b59dcd5 (diff) | |
parent | 867724fd304caf714d3cd2aa825f2c8b3b724017 (diff) | |
download | mariadb-git-44d70c01f0aef419bc1325f0cba6a46085042646.tar.gz |
Merge 10.3 into 10.4
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mariadb.pc.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/support-files/mariadb.pc.in b/support-files/mariadb.pc.in index 7d321f28491..500e148d0ed 100644 --- a/support-files/mariadb.pc.in +++ b/support-files/mariadb.pc.in @@ -3,11 +3,12 @@ prefix=@CMAKE_INSTALL_PREFIX@ exec_prefix=${prefix} libdir=${prefix}/@INSTALL_LIBDIR@ includedir=${prefix}/@INSTALL_INCLUDEDIR@ -# those are rarely present or not at all, but we export them regardless +# its common to want to know where to install it. +plugindir=${prefix}/@INSTALL_PLUGINDIR@ +# Below are rarely present or not at all, but we export them regardless bindir=${prefix}/@INSTALL_BINDIR@ sbindir=${prefix}/@INSTALL_SBINDIR@ scriptdir=${prefix}/@INSTALL_SCRIPTDIR@ -plugindir=${prefix}/@INSTALL_PLUGINDIR@ docdir=${prefix}/@INSTALL_DOCDIR@ mandir=${prefix}/@INSTALL_MANDIR@ sharedir=${prefix}/@INSTALL_SHAREDIR@ |