From: handa Date: Fri, 28 May 2004 12:07:51 +0000 (+0000) Subject: (VINFO): New variable. X-Git-Tag: withdl~144 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=0f8f35a78291debe956670fd312bf260f5715ee6;p=m17n%2Fm17n-lib.git (VINFO): New variable. (libmimx_ispell_la_LDFLAGS, libmimx_anthy_la_LDFLAGS): Include ${VINFO}. --- diff --git a/example/Makefile.am b/example/Makefile.am index e992aed..268f3a8 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -55,14 +55,16 @@ EXTRA_DIST = \ # External modules used by the above input methods. +VINFO = -version-info @API_VERSION@ + 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_anthy_la_SOURCES = mimx-anthy.c libmimx_anthy_la_LIBADD = ${common_ldflags} -libmimx_anthy_la_LDFLAGS = @ANTHY_LD_FLAGS@ +libmimx_anthy_la_LDFLAGS = @ANTHY_LD_FLAGS@ ${VINFO} # Special targets to test the m17n library with Purify. They are for # the maintainers only.