distcheck fails in out-of-tree builds
@wjt
Submitted by Will Thompson Assigned to Telepathy bugs list
Description
telepathy-gabble % make distclean telepathy-gabble % mkdir build; cd build telepathy-gabble/build % ../configure --enable-gtk-doc telepathy-gabble/build % make telepathy-gabble/build % make distcheck
yields a shitload of errors compiling extensions/_gen/svc.c. These are all because no marshallers are generated in extensions/_gen/signals-marshal.[ch], which is because no signatures are listed in extensions/_gen/signals-marshal.list.
But I can't figure out why not: extensions/_gen/all.xml — from which signals-marshal.list is generated — is correctly generated as far as I can tell.
(I think I'm probably the only person who builds Gabble out of tree and makes releases.)
Version: git master