>> 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
- Conditional variable confusion. Mo DeJong
- Re: Conditional variable confusion. Michael Bletzinger
- Re: Conditional variable confusion. Mo DeJong
- Re: Conditional variable confusion. Alexandre Oliva
- Re: Conditional variable confusion. Tom Tromey
- Re: Conditional variable confusion. Tom Tromey
- Re: Conditional variable confusion. Mo DeJong
- Re: Conditional variable confusion. Tom Tromey
- Re: Conditional variable confusio... Mo DeJong
- Re: Conditional variable conf... Ralf Corsepius
- Re: Conditional variable conf... Alexandre Oliva
- Re: Conditional variable confusion. Michael Bletzinger
