projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25b923c
)
(OPTIONAL_LD_FLAGS): Change the order of elements
author
handa
<handa>
Mon, 10 May 2004 07:09:40 +0000
(07:09 +0000)
committer
handa
<handa>
Mon, 10 May 2004 07:09:40 +0000
(07:09 +0000)
to work around the problem of libtool.
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
40dd5fd
..
8942fc5
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-55,8
+55,8
@@
GUI_SOURCES = \
X_LD_FLAGS = ${X_PRE_LIBS} ${X_LIBS} -lX11 -lXt ${X_EXTRA_LIBS}
OPTIONAL_LD_FLAGS = \
- @FRIBIDI_LD_FLAGS@ \
@FREETYPE_LD_FLAGS@ \
+ @FRIBIDI_LD_FLAGS@ \
@OTF_LD_FLAGS@ \
@XFT2_LD_FLAGS@