Fix 'make dist'
authorSam Thursfield <samthursfield@codethink.co.uk>
Wed, 29 Jun 2011 16:41:36 +0000 (17:41 +0100)
committerSam Thursfield <samthursfield@codethink.co.uk>
Wed, 29 Jun 2011 16:41:36 +0000 (17:41 +0100)
commit7a7a5b1d0d85d6b265baea50ec953ca3a6061d4e
tree332396b32d30614538d289d387bd8ef05eb1fc7c
parentb290caca9216c1a92793bcac8ed8a0d174dd0776
Fix 'make dist'

This is hairy; conditionally compiling .vala files breaks 'make dist'
because every possible generated .c file is required. I've worked
around the problem by putting all the RPC server code into one file
with a big #if, so that all of the .vala files are always compiled.
It's a bit ugly though.
.gitignore
Makefile.am
src/moonshot-server-dbus.vala [deleted file]
src/moonshot-server.vala [moved from src/moonshot-server-msrpc.vala with 60% similarity]