[Tomoe-cvs 931] CVS update: libtomoe-gtk

Back to archive index

Hiroyuki Ikezoe ikezo****@users*****
2006年 11月 23日 (木) 16:15:50 JST


Index: libtomoe-gtk/ChangeLog
diff -u libtomoe-gtk/ChangeLog:1.153 libtomoe-gtk/ChangeLog:1.154
--- libtomoe-gtk/ChangeLog:1.153	Thu Nov 23 16:08:58 2006
+++ libtomoe-gtk/ChangeLog	Thu Nov 23 16:15:49 2006
@@ -1,5 +1,10 @@
 2006-11-23  Hiroyuki Ikezoe  <poinc****@ikezo*****>
 
+	* configure.ac, src/Makefile.am: Added LT_VERSION_INFO. It keeps step
+	with TOMOE.
+
+2006-11-23  Hiroyuki Ikezoe  <poinc****@ikezo*****>
+
 	* src/tomoe-details.c: Show reading property correctly.
 	* src/tomoe-dictionary-page.c: Show reading property correctly.
 	* src/tomoe-window.[ch]: Hide public member.
Index: libtomoe-gtk/configure.ac
diff -u libtomoe-gtk/configure.ac:1.10 libtomoe-gtk/configure.ac:1.11
--- libtomoe-gtk/configure.ac:1.10	Wed Nov 22 14:09:18 2006
+++ libtomoe-gtk/configure.ac	Thu Nov 23 16:15:49 2006
@@ -9,6 +9,11 @@
 # libtool
 AM_PROG_LIBTOOL
 
+LT_VERSION_INFO="1:0:1"
+LIBTOOL_EXPORT_OPTIONS='-export-symbols-regex "^[[^_]].*"'
+AC_SUBST(LT_VERSION_INFO)
+AC_SUBST(LIBTOOL_EXPORT_OPTIONS)
+
 AC_CONFIG_SRCDIR([src/tomoe-canvas.c],
                  [src/tomoe-candidates-view.c],
                  [src/tomoe-window.c])


tomoe-cvs メーリングリストの案内
Back to archive index