[Tomoe-cvs 1637] CVS update: tomoe/module/recognizer

Back to archive index

Kouhei Sutou kous****@users*****
2006年 12月 5日 (火) 14:51:43 JST


Index: tomoe/module/recognizer/Makefile.am
diff -u tomoe/module/recognizer/Makefile.am:1.2 tomoe/module/recognizer/Makefile.am:1.3
--- tomoe/module/recognizer/Makefile.am:1.2	Tue Dec  5 14:26:02 2006
+++ tomoe/module/recognizer/Makefile.am	Tue Dec  5 14:51:42 2006
@@ -20,14 +20,8 @@
 
 CLEANFILES = *~ *.bak
 
-AM_CPPFLAGS =							\
-	-DG_LOG_DOMAIN=\"TOMOE-RECOGNIZER\"			\
-	-DSYSCONFDIR=\""$(sysconfdir)"\"			\
-	-DDATADIR=\""$(datadir)"\"				\
-	-DDICTDIR=\""$(dictdir)"\"				\
-	-I$(top_srcdir)/lib
-
-INCLUDES = $(GLIB_CFLAGS)
+AM_CPPFLAGS = -DG_LOG_DOMAIN=\"TOMOE-RECOGNIZER\"
+INCLUDES = $(TOMOE_CFLAGS)
 
 recognizer_module_LTLIBRARIES = libsimple.la
 
@@ -43,4 +37,4 @@
 libsimple_la_LD_ADD = \
 	-lm
 
-libsimple_la_LIBADD = $(GLIB_LIBS)
+libsimple_la_LIBADD = $(TOMOE_LIBS)


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