From 3609d68bbdee472af02e3bcbd40315a7ad0ad5a4 Mon Sep 17 00:00:00 2001 From: handa Date: Wed, 31 Mar 2010 04:13:52 +0000 Subject: [PATCH] Renamed from m17n-core.pc.in. --- m17n-core-2.0.pc.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 m17n-core-2.0.pc.in diff --git a/m17n-core-2.0.pc.in b/m17n-core-2.0.pc.in new file mode 100644 index 0000000..af62790 --- /dev/null +++ b/m17n-core-2.0.pc.in @@ -0,0 +1,10 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: m17n-core +Description: Core API suport of the m17n library. +Version: @PACKAGE_VERSION@ +Libs: -L${libdir} -lm17n-core-@M17N_BINARY_VERSION@ +Cflags: -I${includedir} -- 1.7.10.4