summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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