Don't pretend dbus-sharp is built if dbus-sharp/Makefile doesn't exist.
commit65ac64e3e6dd0a5c9a3dc864c64020c5fff0c467
authorAvery Pennarun <apenwarr@gmail.com>
Fri, 5 Sep 2008 18:36:50 +0000 (5 14:36 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Fri, 5 Sep 2008 18:37:17 +0000 (5 14:37 -0400)
tree8bf9bd8431d7b65e0aa9fec49ce35ef8b00802a3
parent0396e99390c44bf9b0acfecdddfcb7c8ebb817cb
Don't pretend dbus-sharp is built if dbus-sharp/Makefile doesn't exist.

Previous versions had a built-in Makefile, but now it's generated by
autoconf.  Watch out for that, and prevent people from getting confused when
a toplevel 'make' doesn't build everything.  (./configure was running
autoconf in the dbus-sharp directory, but it's easy to forget to do that
when checking out a new branch.)
Makefile