From: handa Date: Wed, 7 Apr 2010 08:08:14 +0000 (+0000) Subject: (moduledir): New variable. X-Git-Tag: REL-1-6-1~11 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=bfc6bfb40ad76883c70fda7e38fda048af76b0ad;p=m17n%2Fm17n-lib.git (moduledir): New variable. --- diff --git a/m17n-core.pc.in b/m17n-core.pc.in index a08bd5d..aafafa3 100644 --- a/m17n-core.pc.in +++ b/m17n-core.pc.in @@ -3,6 +3,8 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ +moduledir=${exec_prefix}/lib/@M17N_MODULE_DIR@ + Name: m17n-core Description: Core API suport of the m17n library. Version: @PACKAGE_VERSION@ diff --git a/m17n-flt.pc.in b/m17n-flt.pc.in index e6ceeb8..3445554 100644 --- a/m17n-flt.pc.in +++ b/m17n-flt.pc.in @@ -4,6 +4,8 @@ libdir=@libdir@ includedir=@includedir@ version=@PACKAGE_VERSION@ +moduledir=${exec_prefix}/lib/@M17N_MODULE_DIR@ + Name: m17n-flt Description: FLT API suport of the m17n library. Version: ${version} diff --git a/m17n-gui.pc.in b/m17n-gui.pc.in index ba679d6..58ed905 100644 --- a/m17n-gui.pc.in +++ b/m17n-gui.pc.in @@ -4,6 +4,8 @@ libdir=@libdir@ includedir=@includedir@ version=@PACKAGE_VERSION@ +moduledir=${exec_prefix}/lib/@M17N_MODULE_DIR@ + Name: m17n-gui Description: GUI API suport of the m17n library. Version: ${version} diff --git a/m17n-shell.pc.in b/m17n-shell.pc.in index ed0c6c8..7a73a3e 100644 --- a/m17n-shell.pc.in +++ b/m17n-shell.pc.in @@ -4,6 +4,8 @@ libdir=@libdir@ includedir=@includedir@ version=@PACKAGE_VERSION@ +moduledir=${exec_prefix}/lib/@M17N_MODULE_DIR@ + Name: m17n-shell Description: Shell API support of the m17n library. Version: ${version}