>>>>> "Lars" == Lars Hecking <[EMAIL PROTECTED]> writes:
Lars> $ man ld Lars> [...] Lars> -r Produce relocatable object file, suitable for another pass Lars> through ld. Lars> [...] I think you can do that like this: noinst_PROGRAMS = whatever.o whatever_o_SOURCES = ... whatever_o_LDFLAGS = -r I haven't tried this though. Tom