projects
/
m17n
/
libotf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79561ef
)
(bin_PROGRAMS): Add otfview conditionally.
author
handa
<handa>
Fri, 5 Nov 2010 11:12:58 +0000
(11:12 +0000)
committer
handa
<handa>
Fri, 5 Nov 2010 11:12:58 +0000
(11:12 +0000)
example/Makefile.am
patch
|
blob
|
history
diff --git
a/example/Makefile.am
b/example/Makefile.am
index
e4e27d2
..
ce5f6af
100644
(file)
--- 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