diff options
author | Peng Wu <alexepico@gmail.com> | 2012-06-21 11:25:33 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2012-06-21 11:30:23 +0800 |
commit | 9aa87d6bdadf9492a3c09d49841e23052c043d16 (patch) | |
tree | c99a934fe7ecdb16b12544fbeacfb0de24ab9930 /src/storage | |
parent | ec6e09e705e570236fbaf21b3acf9d30e6fa2381 (diff) | |
download | libpinyin-9aa87d6bdadf9492a3c09d49841e23052c043d16.tar.gz libpinyin-9aa87d6bdadf9492a3c09d49841e23052c043d16.tar.xz libpinyin-9aa87d6bdadf9492a3c09d49841e23052c043d16.zip |
update autoconf
Diffstat (limited to 'src/storage')
-rw-r--r-- | src/storage/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/Makefile.am b/src/storage/Makefile.am index 3fc7910..0ad3bdf 100644 --- a/src/storage/Makefile.am +++ b/src/storage/Makefile.am @@ -19,7 +19,7 @@ INCLUDES = -I$(top_srcdir)/src/include \ -I$(top_srcdir)/src/storage \ @GLIB2_CPPFLAGS@ -libpinyinincludedir = $(includedir)/libpinyin-@LIBPINYIN_BINARY_VERSION@ +libpinyinincludedir = $(includedir)/libpinyin-@VERSION@ libpinyininclude_HEADERS= chewing_enum.h \ chewing_key.h \ |