(bin_PROGRAMS): Add otfview conditionally.
authorhanda <handa>
Fri, 5 Nov 2010 11:12:58 +0000 (11:12 +0000)
committerhanda <handa>
Fri, 5 Nov 2010 11:12:58 +0000 (11:12 +0000)
example/Makefile.am

index e4e27d2..ce5f6af 100644 (file)
 
 ## 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