From: handa Date: Thu, 24 Jun 2004 02:39:53 +0000 (+0000) Subject: (libmimx_ispell_la_LDFLAGS) X-Git-Tag: withdl~31 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d7bb7f817a033f8954327013cef30c7144596531;p=m17n%2Fm17n-lib.git (libmimx_ispell_la_LDFLAGS) (libmimx_anthy_la_LDFLAGS): Add -module. --- diff --git a/example/Makefile.am b/example/Makefile.am index 268f3a8..1ad7104 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -61,10 +61,10 @@ lib_LTLIBRARIES = libmimx-ispell.la libmimx-anthy.la libmimx_ispell_la_SOURCES = mimx-ispell.c libmimx_ispell_la_LIBADD = ${common_ldflags_gui} -libmimx_ispell_la_LDFLAGS = ${VINFO} +libmimx_ispell_la_LDFLAGS = -module ${VINFO} libmimx_anthy_la_SOURCES = mimx-anthy.c libmimx_anthy_la_LIBADD = ${common_ldflags} -libmimx_anthy_la_LDFLAGS = @ANTHY_LD_FLAGS@ ${VINFO} +libmimx_anthy_la_LDFLAGS = -module @ANTHY_LD_FLAGS@ ${VINFO} # Special targets to test the m17n library with Purify. They are for # the maintainers only.