From: handa Date: Tue, 24 Jul 2007 06:38:18 +0000 (+0000) Subject: Body surrounded by "if MAINTAINER_MODE .. endif". X-Git-Tag: XML-base~13 X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-docs.git;a=commitdiff_plain;h=d79371e939832ec0cf7e284ecf3c0f291e8f8545;hp=69ed172bf7a9a188ca68e0cf18a924c33bed29fe Body surrounded by "if MAINTAINER_MODE .. endif". --- diff --git a/utils/Makefile.am b/utils/Makefile.am index 4e902e3..abfde88 100644 --- 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