projects
/
m17n
/
m17n-docs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69ed172
)
Body surrounded by "if MAINTAINER_MODE .. endif".
author
handa
<handa>
Tue, 24 Jul 2007 06:38:18 +0000
(06:38 +0000)
committer
handa
<handa>
Tue, 24 Jul 2007 06:38:18 +0000
(06:38 +0000)
utils/Makefile.am
patch
|
blob
|
history
diff --git
a/utils/Makefile.am
b/utils/Makefile.am
index
4e902e3
..
abfde88
100644
(file)
--- a/
utils/Makefile.am
+++ b/
utils/Makefile.am
@@
-1,6
+1,10
@@
+if MAINTAINER_MODE
+
bin_PROGRAMS = imdoc
AM_CPPFLAGS = @M17N_CFLAGS@
imdoc_SOURCES = imdoc.c
imdoc_LDADD = @M17N_LIBS@
+
+endif