*** empty log message ***
[m17n/m17n-docs.git] / utils / Makefile.am
1 if MAINTAINER_MODE
2
3 bin_PROGRAMS = imdoc
4
5 AM_CPPFLAGS = @M17N_CFLAGS@
6
7 imdoc_SOURCES = imdoc.c
8 imdoc_LDADD = @M17N_LIBS@
9
10 endif