fixes libpinyin.pc.in
authorPeng Wu <alexepico@gmail.com>
Thu, 8 Sep 2011 07:11:32 +0000 (15:11 +0800)
committerPeng Wu <alexepico@gmail.com>
Thu, 8 Sep 2011 07:11:32 +0000 (15:11 +0800)
Makefile.am
autogen.sh
libpinyin.pc.in
libpinyin.spec.in

index 42514e5..25cbc0c 100644 (file)
@@ -18,7 +18,7 @@
 EXTRA_DIST             = COPYING
 
 AUTOMAKE_OPTIONS       = gnu
-SUBDIRS                = src utils tests libltdl data
+SUBDIRS                = src utils tests data
 
 MAINTAINERCLEANFILES   = Makefile.in 
 
index cb8d4ae..5c951b8 100755 (executable)
@@ -2,8 +2,6 @@
 
 aclocal
 
-libtoolize --force
-
 autoheader
 
 automake -a
index 9ed6c9a..3150a76 100644 (file)
@@ -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}
index a88186d..1f55678 100644 (file)
@@ -29,7 +29,7 @@ developing applications that use %{name}.
 
 %build
 %configure --disable-static
-make %{?_smp_mflags}
+make
 
 
 %install