summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-09-08 15:11:32 +0800
committerPeng Wu <alexepico@gmail.com>2011-09-08 15:11:32 +0800
commit5194d84ad59e4ca060a7b5ea4c30768b9f3179a9 (patch)
tree36b0354a5d5c18d2e4e80f8c99258ab22fa357ea
parent5276b3dce7d6e8e758b4578a0096673255a44179 (diff)
downloadlibpinyin-5194d84ad59e4ca060a7b5ea4c30768b9f3179a9.tar.gz
libpinyin-5194d84ad59e4ca060a7b5ea4c30768b9f3179a9.tar.xz
libpinyin-5194d84ad59e4ca060a7b5ea4c30768b9f3179a9.zip
fixes libpinyin.pc.in
-rw-r--r--Makefile.am2
-rwxr-xr-xautogen.sh2
-rw-r--r--libpinyin.pc.in2
-rw-r--r--libpinyin.spec.in2
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