Hey,

I use:

noinst_PROGRAMS = cmapdump fontdump
BUILT_SOURCES = cmapdump fontdump

With MSYS, noinst_PROGRAMS is set to

cmapdump$(EXEEXT) fontdump$(EXEEXT)

but BUILT_SOURCES is set to

cmapdump fontdump

Is it normal that BUILT_SOURCES does not try to see if they are binaries in some variables ?

Vincent Torri

Reply via email to