From 9aa87d6bdadf9492a3c09d49841e23052c043d16 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 21 Jun 2012 11:25:33 +0800 Subject: update autoconf --- src/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index e6ec44a..5ac2c6f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -32,7 +32,7 @@ INCLUDES = -I$(top_srcdir)/src \ -I$(top_srcdir)/src/lookup \ @GLIB2_CPPFLAGS@ -libpinyinincludedir = $(includedir)/libpinyin-@LIBPINYIN_BINARY_VERSION@ +libpinyinincludedir = $(includedir)/libpinyin-@VERSION@ libpinyininclude_HEADERS= pinyin.h @@ -47,7 +47,7 @@ libpinyin_la_SOURCES = pinyin.cpp libpinyin_la_LIBADD = storage/libstorage.la lookup/liblookup.la libpinyin_la_LDFLAGS = -Wl,--version-script=$(srcdir)/libpinyin.ver \ - -version-info "0:3:0" + -version-info @LT_VERSION_INFO@ libpinyin_internal_la_SOURCES = pinyin_internal.cpp @@ -56,4 +56,4 @@ libpinyin_internal_la_LIBADD = storage/libstorage.la lookup/liblookup.la ## Note: ## As libpinyin internal interface will change, only provides static library -## to catch errors when compiling instead of running. \ No newline at end of file +## to catch errors when compiling instead of running. -- cgit