Build fixes.
authorPatrick Welche <prlw1@cam.ac.uk>
Sat, 14 May 2011 16:57:42 +0000 (17:57 +0100)
committerPatrick Welche <prlw1@cam.ac.uk>
Sat, 14 May 2011 16:57:42 +0000 (17:57 +0100)
commit377ef7c311a5a3b1718bf4474612c5a47db11fd0
tree9c12d486783e4f2489ccd7e2e7f91b6b281b805d
parenta97f76c0e6fd75d262c22831d75e833a1e2b2aea
Build fixes.

- atspi-application.h makes use of DBusConnection* .
- -Werror-implicit-function-declaration doesn't contain an equal sign in
  my copy of gcc, and is gcc specific.
- The default behaviour of AC_CHECK_LIB glib-2.0 is to add -lglib-2.0 to
  LIBS which can then cause the search for a dlopen function to fail
  because the flags to find libglib aren't included. Solution is to
  tell AC_CHECK_LIB to do nothing(!)
atspi/Makefile.am
atspi/atspi-application.h
configure.ac
dbind/Makefile.am
registryd/Makefile.am