>> bin_PROGRAMS += ttfautohintGUI > > Is Automake smart enough to realize what you’ve done there?
According to the documentation, `+=` is recognized.
> Try listing both output programs on a single bin_PROGRAMS line.
Alas, this doesn't work; it aborts with the same error.
Werner
