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:
1cec274
)
(X_LD_FLAGS): Include @XAW_LD_FLAGS@, not -lXaw.
author
handa
<handa>
Thu, 28 Apr 2005 02:02:05 +0000
(
02:02
+0000)
committer
handa
<handa>
Thu, 28 Apr 2005 02:02:05 +0000
(
02:02
+0000)
example/Makefile.am
patch
|
blob
|
history
diff --git
a/example/Makefile.am
b/example/Makefile.am
index
790d5b0
..
a74b64c
100644
(file)
--- a/
example/Makefile.am
+++ b/
example/Makefile.am
@@
-36,7
+36,7
@@
m17n_date_LDADD = ${common_ldflags}
m17n_conv_SOURCES = mconv.c
m17n_conv_LDADD = ${common_ldflags}
-X_LD_FLAGS = ${X_PRE_LIBS} ${X_LIBS} -lXaw -lXmu -lXt -lX11 ${X_EXTRA_LIBS}
+X_LD_FLAGS = ${X_PRE_LIBS} ${X_LIBS} @XAW_LD_FLAGS@ -lXmu -lXt -lX11 ${X_EXTRA_LIBS}
m17n_edit_SOURCES = medit.c
m17n_edit_LDADD = ${X_LD_FLAGS} ${common_ldflags_gui} -ldl