• R/O
  • SSH
  • HTTPS

comatz: Commit


Commit MetaInfo

Revisão8 (tree)
Hora2007-04-03 17:31:22
Autorikezoe

Mensagem de Log

* Makefile.am, module/Makefile.am, module/anthy/Makefile.am: Add anthy
module dir.

Mudança Sumário

Diff

--- comatz/trunk/configure.ac (revision 7)
+++ comatz/trunk/configure.ac (revision 8)
@@ -136,6 +136,13 @@
136136 AC_SUBST(confdir)
137137
138138 dnl **************************************************************
139+dnl Configure for module
140+dnl **************************************************************
141+
142+modulesdir="\${libdir}/\$(PACKAGE)/modules"
143+AC_SUBST(modulesdir)
144+
145+dnl **************************************************************
139146 dnl Check for Anthy
140147 dnl **************************************************************
141148 PKG_CHECK_MODULES(ANTHY, [anthy])
@@ -258,6 +265,8 @@
258265 AC_CONFIG_FILES([
259266 Makefile
260267 comatz/Makefile
268+module/Makefile
269+module/anthy/Makefile
261270 ext/Makefile
262271 ext/ruby/Makefile
263272 test/Makefile
--- comatz/trunk/module/anthy/Makefile.am (nonexistent)
+++ comatz/trunk/module/anthy/Makefile.am (revision 8)
@@ -0,0 +1,25 @@
1+
2+modules_LTLIBRARIES = anthy.la
3+
4+INCLUDES = \
5+ $(COMATZ_CFLAGS) \
6+ $(ANTHY_CFLAGS) \
7+ $(NULL)
8+
9+anthy_la_CPPFLAGS = \
10+ -DG_LOG_DOMAIN=\"coMatz-Anthy\" \
11+ -DG_DISABLE_DEPRECATED=1 \
12+ $(NULL)
13+
14+anthy_la_LDFLAGS = \
15+ -avoid-version \
16+ -module \
17+ $(NULL)
18+
19+anthy_la_SOURCES =
20+
21+anthy_la_LIBADD = \
22+ $(COMATZ_LIBS) \
23+ $(ANTHY_LIBS) \
24+ $(top_builddir)/comatz/libcomatz.la \
25+ $(NULL)
--- comatz/trunk/module/Makefile.am (nonexistent)
+++ comatz/trunk/module/Makefile.am (revision 8)
@@ -0,0 +1 @@
1+SUBDIRS = anthy
--- comatz/trunk/ChangeLog (revision 7)
+++ comatz/trunk/ChangeLog (revision 8)
@@ -1,6 +1,8 @@
11 2007-04-03 Hiroyuki Ikezoe <poincare@ikezoe.net>
22
33 * configure.ac: Check anthy library.
4+ * Makefile.am, module/Makefile.am, module/anthy/Makefile.am: Add anthy
5+ module dir.
46
57 2007-04-03 Kouhei Sutou <kou@cozmixng.org>
68
--- comatz/trunk/Makefile.am (revision 7)
+++ comatz/trunk/Makefile.am (revision 8)
@@ -18,7 +18,7 @@
1818 ## Free Software Foundation, Inc., 59 Temple Place, Suite 330,
1919 ## Boston, MA 02111-1307 USA
2020
21-SUBDIRS = comatz ext test po
21+SUBDIRS = comatz module ext test po
2222
2323 EXTRA_DIST = autogen.sh comatz.pc
2424
Show on old repository browser