(moduledir): New variable.
authorhanda <handa>
Wed, 7 Apr 2010 08:08:14 +0000 (08:08 +0000)
committerhanda <handa>
Wed, 7 Apr 2010 08:08:14 +0000 (08:08 +0000)
m17n-core.pc.in
m17n-flt.pc.in
m17n-gui.pc.in
m17n-shell.pc.in

index a08bd5d..aafafa3 100644 (file)
@@ -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@
index e6ceeb8..3445554 100644 (file)
@@ -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}
index ba679d6..58ed905 100644 (file)
@@ -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}
index ed0c6c8..7a73a3e 100644 (file)
@@ -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}