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:
9dbce8f
)
(AM_CPPFLAGS): Set it to @CONFIG_FLAGS@.
author
handa
<handa>
Mon, 22 Aug 2005 01:13:30 +0000
(
01:13
+0000)
committer
handa
<handa>
Mon, 22 Aug 2005 01:13:30 +0000
(
01:13
+0000)
example/Makefile.am
patch
|
blob
|
history
diff --git
a/example/Makefile.am
b/example/Makefile.am
index
a74b64c
..
e72d823
100644
(file)
--- a/
example/Makefile.am
+++ b/
example/Makefile.am
@@
-29,6
+29,7
@@
bin_PROGRAMS = m17n-conv m17n-view m17n-date m17n-dump m17n-edit
common_ldflags = ${top_srcdir}/src/libm17n-core.la ${top_srcdir}/src/libm17n.la
common_ldflags_gui = ${common_ldflags} ${top_srcdir}/src/libm17n-gui.la
+AM_CPPFLAGS=@CONFIG_FLAGS@
m17n_date_SOURCES = mdate.c
m17n_date_LDADD = ${common_ldflags}