Mo> libtkgs_la_SOURCES += @SYSINIT@

If we had a FAQ this would be one.

Mo> Whats the deal? How the heck do I compile
Mo> something conditionally?

You use an automake conditional.

    if FOO
    srcs = whatever for sysinit
    endif
    libtkgs_la_SOURCES = unconditional sources $(srcs)

Tom

Reply via email to