[Tomoe-cvs 1004] CVS update: tomoe/lib

Back to archive index

Takuro Ashie makei****@users*****
2006年 11月 25日 (土) 16:01:30 JST


Index: tomoe/lib/Makefile.am
diff -u tomoe/lib/Makefile.am:1.36 tomoe/lib/Makefile.am:1.37
--- tomoe/lib/Makefile.am:1.36	Fri Nov 24 11:27:51 2006
+++ tomoe/lib/Makefile.am	Sat Nov 25 16:01:29 2006
@@ -28,7 +28,7 @@
 	-DTOMOEDATADIR=\""$(datadir)"/$(PACKAGE)\"		\
 	-DRECOGNIZERDIR=\""$(recognizerdir)"\"
 
-INCLUDES = $(LIBXML_CFLAGS) $(GLIB_CFLAGS)
+INCLUDES = $(GLIB_CFLAGS)
 
 tomoe_public_h_sources =	\
 	tomoe.h			\
@@ -84,7 +84,7 @@
 libtomoe_la_LD_ADD = \
 	-lm
 
-libtomoe_la_LIBADD = $(LIBXML_LIBS) $(GLIB_LIBS)
+libtomoe_la_LIBADD = $(GLIB_LIBS)
 
 
 
Index: tomoe/lib/tomoe.c
diff -u tomoe/lib/tomoe.c:1.44 tomoe/lib/tomoe.c:1.45
--- tomoe/lib/tomoe.c:1.44	Mon Nov 20 17:53:22 2006
+++ tomoe/lib/tomoe.c	Sat Nov 25 16:01:29 2006
@@ -20,13 +20,12 @@
  *  Free Software Foundation, Inc., 59 Temple Place, Suite 330,
  *  Boston, MA  02111-1307  USA
  *
- *  $Id: tomoe.c,v 1.44 2006/11/20 08:53:22 kous Exp $
+ *  $Id: tomoe.c,v 1.45 2006/11/25 07:01:29 makeinu Exp $
  */
 
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <libxml/xmlreader.h>
 #include <glib/garray.h>
 #include "tomoe.h"
 #include "tomoe-dict.h"
@@ -43,8 +42,6 @@
 
     if (!initialized) {
         GTypeDebugFlags debug_flag = G_TYPE_DEBUG_NONE;
-
-        LIBXML_TEST_VERSION;
         g_type_init_with_debug_flags (debug_flag);
     }
 }


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