From d64354b59434c800c20922076456f10a8ed4eaf6 Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 10 Jul 2003 05:36:21 +0000 Subject: [PATCH] *** empty log message *** --- example/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/Makefile.am b/example/Makefile.am index 7583fd6..cc16122 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -18,7 +18,7 @@ otfdraw_LDFLAGS = `freetype-config --libs` ${X_LIBS} ${X_PRE_LIBS} -lX11 -ldl ${ otfview_SOURCE = otfview.c otfview_LDADD = ${CommonLDADD} -otfview_LDFLAGS = `freetype-config --libs` ${X_LIBS} ${X_PRE_LIBS} -lX11 -ldl ${CommonLDFLAGS} +otfview_LDFLAGS = `freetype-config --libs` ${X_LIBS} ${X_PRE_LIBS} -lX11 -lXt -lXaw -lXmu -ldl -static otfviewx_SOURCE = otfviewx.c otfviewx_LDADD = ${CommonLDADD} -- 1.7.10.4