From 5194d84ad59e4ca060a7b5ea4c30768b9f3179a9 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 8 Sep 2011 15:11:32 +0800 Subject: fixes libpinyin.pc.in --- Makefile.am | 2 +- autogen.sh | 2 -- libpinyin.pc.in | 2 +- libpinyin.spec.in | 2 +- 4 files changed, 3 insertions(+), 5 deletions(-) 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 -- cgit