From c7a3baf265e80d8286a28b6dfed9df2a2c36c97f Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 5 Nov 2010 11:12:58 +0000 Subject: [PATCH] (bin_PROGRAMS): Add otfview conditionally. --- example/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/example/Makefile.am b/example/Makefile.am index e4e27d2..ce5f6af 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -22,7 +22,11 @@ ## Process this file with Automake to create Makefile.in -bin_PROGRAMS = otfdump otfview otflist otftobdf +bin_PROGRAMS = otfdump otflist otftobdf + +if !X11_UNAVAILABLE +bin_PROGRAMS += otfview +endif CommonLDADD = ${top_builddir}/src/libotf.la -- 1.7.10.4