(VINFO): New variable.
authorhanda <handa>
Fri, 28 May 2004 12:07:51 +0000 (12:07 +0000)
committerhanda <handa>
Fri, 28 May 2004 12:07:51 +0000 (12:07 +0000)
(libmimx_ispell_la_LDFLAGS, libmimx_anthy_la_LDFLAGS): Include
${VINFO}.

example/Makefile.am

index e992aed..268f3a8 100644 (file)
@@ -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.