(moduledir): Use ${libdir} instead of ${exec_prefix}/lib.
authorhanda <handa>
Mon, 21 Feb 2011 11:22:46 +0000 (11:22 +0000)
committerhanda <handa>
Mon, 21 Feb 2011 11:22:46 +0000 (11:22 +0000)
m17n-core.pc.in
m17n-flt.pc.in
m17n-shell.pc.in

index aafafa3..e8c0d0d 100644 (file)
@@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@
 libdir=@libdir@
 includedir=@includedir@
 
-moduledir=${exec_prefix}/lib/@M17N_MODULE_DIR@
+moduledir=${libdir}/@M17N_MODULE_DIR@
 
 Name: m17n-core
 Description: Core API suport of the m17n library.
index 3445554..aeedba4 100644 (file)
@@ -4,7 +4,7 @@ libdir=@libdir@
 includedir=@includedir@
 version=@PACKAGE_VERSION@
 
-moduledir=${exec_prefix}/lib/@M17N_MODULE_DIR@
+moduledir=${libdir}/@M17N_MODULE_DIR@
 
 Name: m17n-flt
 Description: FLT API suport of the m17n library.
index 7a73a3e..2491398 100644 (file)
@@ -4,7 +4,7 @@ libdir=@libdir@
 includedir=@includedir@
 version=@PACKAGE_VERSION@
 
-moduledir=${exec_prefix}/lib/@M17N_MODULE_DIR@
+moduledir=${libdir}/@M17N_MODULE_DIR@
 
 Name: m17n-shell
 Description: Shell API support of the m17n library.