From 7b50b35359db31885d68611612ba5d371ef81e9e Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 28 Apr 2005 02:02:05 +0000 Subject: [PATCH] (X_LD_FLAGS): Include @XAW_LD_FLAGS@, not -lXaw. --- example/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4