From: handa Date: Mon, 10 May 2004 07:09:40 +0000 (+0000) Subject: (OPTIONAL_LD_FLAGS): Change the order of elements X-Git-Tag: withdl~226 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8eb592c19e11a0a9185704c006466936549a25c;p=m17n%2Fm17n-lib.git (OPTIONAL_LD_FLAGS): Change the order of elements to work around the problem of libtool. --- diff --git a/src/Makefile.am b/src/Makefile.am index 40dd5fd..8942fc5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -55,8 +55,8 @@ GUI_SOURCES = \ X_LD_FLAGS = ${X_PRE_LIBS} ${X_LIBS} -lX11 -lXt ${X_EXTRA_LIBS} OPTIONAL_LD_FLAGS = \ - @FRIBIDI_LD_FLAGS@ \ @FREETYPE_LD_FLAGS@ \ + @FRIBIDI_LD_FLAGS@ \ @OTF_LD_FLAGS@ \ @XFT2_LD_FLAGS@