From: handa Date: Thu, 28 Apr 2005 02:02:05 +0000 (+0000) Subject: (X_LD_FLAGS): Include @XAW_LD_FLAGS@, not -lXaw. X-Git-Tag: REL-1-3-0~315 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=7b50b35359db31885d68611612ba5d371ef81e9e;p=m17n%2Fm17n-lib.git (X_LD_FLAGS): Include @XAW_LD_FLAGS@, not -lXaw. --- diff --git a/example/Makefile.am b/example/Makefile.am index 790d5b0..a74b64c 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -36,7 +36,7 @@ m17n_date_LDADD = ${common_ldflags} m17n_conv_SOURCES = mconv.c m17n_conv_LDADD = ${common_ldflags} -X_LD_FLAGS = ${X_PRE_LIBS} ${X_LIBS} -lXaw -lXmu -lXt -lX11 ${X_EXTRA_LIBS} +X_LD_FLAGS = ${X_PRE_LIBS} ${X_LIBS} @XAW_LD_FLAGS@ -lXmu -lXt -lX11 ${X_EXTRA_LIBS} m17n_edit_SOURCES = medit.c m17n_edit_LDADD = ${X_LD_FLAGS} ${common_ldflags_gui} -ldl