Simplify automated signal connection
commitc85b846eeb08ff9c3260f35a51367736e8b87287
authorColomban Wendling <ban@herbesfolles.org>
Tue, 10 Mar 2015 21:41:06 +0000 (10 22:41 +0100)
committerColomban Wendling <ban@herbesfolles.org>
Fri, 10 Apr 2015 14:16:18 +0000 (10 16:16 +0200)
treec79840facb16b11e1ffd204c9e2a9969a0015996
parent11d4bcf7c29b587b59a0bd1fbec754c7e1439c6f
Simplify automated signal connection

Instead of processing a template C source in the build system, generate
a list to be included by the preprocessor.

This simplifies the build system code as it now only generates the list
and doesn't take care of processing the template.  It incidentally
fixes build on systems with 4.2BSD sed (at least OSX and FreeBSD) as it
removes some offending sed code.
src/Makefile.am
src/callbacks.c
src/signalconn.c.in [deleted file]