From: handa Date: Wed, 2 Aug 2006 11:54:45 +0000 (+0000) Subject: (common_ldflags, common_ldflags_gui): Use ${top_builddir}. X-Git-Tag: REL-1-3-4~94 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f092c15d267883f55742676332968fd9e11456c;p=m17n%2Fm17n-lib.git (common_ldflags, common_ldflags_gui): Use ${top_builddir}. --- diff --git a/example/Makefile.am b/example/Makefile.am index ba6a0f9..e9f82dd 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -32,8 +32,8 @@ else bin_PROGRAMS = $(BASICPROGS) endif -common_ldflags = ${top_srcdir}/src/libm17n-core.la ${top_srcdir}/src/libm17n.la -common_ldflags_gui = ${common_ldflags} ${top_srcdir}/src/libm17n-gui.la +common_ldflags = ${top_builddir}/src/libm17n-core.la ${top_builddir}/src/libm17n.la +common_ldflags_gui = ${common_ldflags} ${top_builddir}/src/libm17n-gui.la AM_CPPFLAGS=@CONFIG_FLAGS@ m17n_date_SOURCES = mdate.c