From: handa Date: Fri, 5 Nov 2010 11:12:58 +0000 (+0000) Subject: (bin_PROGRAMS): Add otfview conditionally. X-Git-Tag: REL-0-9-13~8 X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Flibotf.git;a=commitdiff_plain;h=c7a3baf265e80d8286a28b6dfed9df2a2c36c97f (bin_PROGRAMS): Add otfview conditionally. --- 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