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:
34ab9de
)
(otfview_LDFLAGS): Use @X11_XT_XAW_XMU@
author
handa
<handa>
Fri, 2 Sep 2005 12:29:14 +0000
(12:29 +0000)
committer
handa
<handa>
Fri, 2 Sep 2005 12:29:14 +0000
(12:29 +0000)
instead of directory listing libraries.
example/Makefile.am
patch
|
blob
|
history
diff --git
a/example/Makefile.am
b/example/Makefile.am
index
6cdbaf4
..
4c3adb4
100644
(file)
--- a/
example/Makefile.am
+++ b/
example/Makefile.am
@@
-34,8
+34,7
@@
otfdump_LDADD = ${CommonLDADD}
otfview_SOURCE = otfview.c
otfview_LDADD = ${CommonLDADD}
-otfview_LDFLAGS = ${X_LIBS} ${X_PRE_LIBS} \
- -lX11 -lXt -lXaw -lXmu ${X_EXTRA_LIBS}
+otfview_LDFLAGS = ${X_LIBS} ${X_PRE_LIBS} @X11_XT_XAW_XMU@ ${X_EXTRA_LIBS}
otftobdf_SOURCE = otftobdf.c
otftobdf_LDADD = ${CommonLDADD}