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

Back to archive index

Kouhei Sutou kous****@users*****
2007年 2月 15日 (木) 20:49:06 JST


Index: tomoe/module/recognizer/Makefile.am
diff -u tomoe/module/recognizer/Makefile.am:1.4 tomoe/module/recognizer/Makefile.am:1.5
--- tomoe/module/recognizer/Makefile.am:1.4	Tue Dec 26 11:50:49 2006
+++ tomoe/module/recognizer/Makefile.am	Thu Feb 15 20:49:05 2007
@@ -23,19 +23,18 @@
 AM_CPPFLAGS =
 INCLUDES = $(TOMOE_CFLAGS)
 
-recognizer_module_LTLIBRARIES = libsimple.la
+LDFLAGS =							\
+  -rpath $(recognizer_moduledir) -avoid-version -module		\
+  -export-dynamic $(no_undefined) $(LIBTOOL_EXPORT_OPTIONS)
+
+recognizer_module_LTLIBRARIES = simple.la
 
-libsimple_la_CPPFLAGS = -DG_LOG_DOMAIN=\"Tomoe/Recognizer:Simple\" $(AM_CPPFLAGS)
-libsimple_la_SOURCES = \
+simple_la_CPPFLAGS = -DG_LOG_DOMAIN=\"Tomoe/Recognizer:Simple\" $(AM_CPPFLAGS)
+simple_la_SOURCES = \
 	tomoe-recognizer-simple.c				\
 	tomoe-recognizer-simple-logic.c				\
 	tomoe-recognizer-simple-logic.h
 
-libsimple_la_LDFLAGS =						\
-  -version-info $(LT_VERSION_INFO)				\
-  -export-dynamic $(no_undefined) $(LIBTOOL_EXPORT_OPTIONS)
-
-libsimple_la_LD_ADD = \
-	-lm
+simple_la_LD_ADD = -lm
 
-libsimple_la_LIBADD = $(TOMOE_LIBS)
+simple_la_LIBADD = $(TOMOE_LIBS)


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