summaryrefslogtreecommitdiff
path: root/dbind
diff options
context:
space:
mode:
authorPatrick Welche <prlw1@cam.ac.uk>2011-05-14 17:57:42 +0100
committerPatrick Welche <prlw1@cam.ac.uk>2011-05-14 17:57:42 +0100
commit377ef7c311a5a3b1718bf4474612c5a47db11fd0 (patch)
tree9c12d486783e4f2489ccd7e2e7f91b6b281b805d /dbind
parenta97f76c0e6fd75d262c22831d75e833a1e2b2aea (diff)
downloadat-spi2-core-377ef7c311a5a3b1718bf4474612c5a47db11fd0.tar.gz
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(!)
Diffstat (limited to 'dbind')
-rw-r--r--dbind/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/dbind/Makefile.am b/dbind/Makefile.am
index 0ca43c05..debea205 100644
--- a/dbind/Makefile.am
+++ b/dbind/Makefile.am
@@ -5,8 +5,7 @@ AM_CPPFLAGS = \
-I$(top_srcdir) \
$(WARN_CFLAGS) \
$(DBUS_CFLAGS) \
- $(GLIB_CFLAGS) \
- -Werror=implicit-function-declaration
+ $(GLIB_CFLAGS)
libdbind_la_SOURCES = \
dbind-config.h \