From: Peng Wu Date: Thu, 8 Sep 2011 07:11:32 +0000 (+0800) Subject: fixes libpinyin.pc.in X-Git-Tag: 0.2.99.1~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5194d84ad59e4ca060a7b5ea4c30768b9f3179a9;p=platform%2Fupstream%2Flibpinyin.git fixes libpinyin.pc.in --- diff --git a/Makefile.am b/Makefile.am index 42514e5..25cbc0c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,7 @@ EXTRA_DIST = COPYING AUTOMAKE_OPTIONS = gnu -SUBDIRS = src utils tests libltdl data +SUBDIRS = src utils tests data MAINTAINERCLEANFILES = Makefile.in diff --git a/autogen.sh b/autogen.sh index cb8d4ae..5c951b8 100755 --- a/autogen.sh +++ b/autogen.sh @@ -2,8 +2,6 @@ aclocal -libtoolize --force - autoheader automake -a diff --git a/libpinyin.pc.in b/libpinyin.pc.in index 9ed6c9a..3150a76 100644 --- a/libpinyin.pc.in +++ b/libpinyin.pc.in @@ -13,4 +13,4 @@ Description: Library to deal with pinyin Version: @VERSION@ Requires: glib-2.0 Libs: -L${libdir} -lpinyin -Cflags: -L${libpinyinincludedir} \ No newline at end of file +Cflags: -I${libpinyinincludedir} diff --git a/libpinyin.spec.in b/libpinyin.spec.in index a88186d..1f55678 100644 --- a/libpinyin.spec.in +++ b/libpinyin.spec.in @@ -29,7 +29,7 @@ developing applications that use %{name}. %build %configure --disable-static -make %{?_smp_mflags} +make %install