>> src/Makefile.am:7: libtkgs_la_SOURCES includes configure substitution 
>> `@SYSINIT@'

Alexandre> You must define lib..._EXTRA_SOURCES to list the potential
Alexandre> set of sources @SYSINIT@ will introduce.

Nope, it is more than that.
You can't have a config substitution in _SOURCES because automake
won't know how to derive _OBJECTS at runtime.

If you really want a config substitution you must put it in _LDADD and
use EXTRA_..._SOURCES to tell automake about what sources you might
possibly compile conditionally.

Ugly.

TOm

Reply via email to