summaryrefslogtreecommitdiff
path: root/droute
diff options
context:
space:
mode:
authorPatrick Welche <prlw1@cam.ac.uk>2011-05-20 12:35:15 +0100
committerPatrick Welche <prlw1@cam.ac.uk>2011-05-20 12:35:15 +0100
commit76eef82a0842f4db4d70aad466e8af5ca4ec3956 (patch)
tree8b6dc1f6b6276a00e4fb0267b18ee1859ca78f07 /droute
parent53943482ff7b564d285dce98f0212918baf18bac (diff)
downloadat-spi2-atk-76eef82a0842f4db4d70aad466e8af5ca4ec3956.tar.gz
Build fixes.
- cache-adaptor.c makes use of AtkStateSet* . - atk-bridge uses X. - -Werror-implicit-function-declaration doesn't contain an equal sign in my copy of gcc, and is gcc specific.
Diffstat (limited to 'droute')
-rw-r--r--droute/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/droute/Makefile.am b/droute/Makefile.am
index 854dee4..676dc8f 100644
--- a/droute/Makefile.am
+++ b/droute/Makefile.am
@@ -3,8 +3,7 @@ noinst_LTLIBRARIES = libdroute.la
libdroute_la_CFLAGS = $(DBUS_CFLAGS) \
$(GLIB_CFLAGS) \
-I$(top_builddir)\
- -I$(top_srcdir) \
- -Werror=implicit-function-declaration
+ -I$(top_srcdir)
libdroute_la_SOURCES =\
droute.c\