diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2021-03-18 12:34:48 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2021-03-18 12:34:48 +0200 |
commit | 19052b6debc1aeb4ef6ccbc36cdc92c10cf968b6 (patch) | |
tree | 9eec011f81a7c4868283ed02b823771798fe45d4 /support-files | |
parent | eb7c5530eccb7d6782077e5562f5a471d2ccbc01 (diff) | |
parent | c557e9540ab6058713a7c78dfa3df366ea92dd92 (diff) | |
download | mariadb-git-19052b6debc1aeb4ef6ccbc36cdc92c10cf968b6.tar.gz |
Merge 10.2 into 10.3
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@ |