Body surrounded by "if MAINTAINER_MODE .. endif".
[m17n/m17n-docs.git] / utils / Makefile.am
index 4e902e3..abfde88 100644 (file)
@@ -1,6 +1,10 @@
+if MAINTAINER_MODE
+
 bin_PROGRAMS = imdoc
 
 AM_CPPFLAGS = @M17N_CFLAGS@
 
 imdoc_SOURCES = imdoc.c
 imdoc_LDADD = @M17N_LIBS@
+
+endif