From 0f8f35a78291debe956670fd312bf260f5715ee6 Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 28 May 2004 12:07:51 +0000 Subject: [PATCH] (VINFO): New variable. (libmimx_ispell_la_LDFLAGS, libmimx_anthy_la_LDFLAGS): Include ${VINFO}. --- example/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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. -- 1.7.10.4