summaryrefslogtreecommitdiff
path: root/droute
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2011-02-23 12:25:23 -0600
committerMike Gorse <mgorse@novell.com>2011-02-23 12:26:02 -0600
commitbf2e5788c56e02322e8e4b80a9be16301ffd1a49 (patch)
tree22312e8542dbc07917afd4b82a98cc6c04a0ecc7 /droute
parent8095d8f1fb1a498b8917dee1a0a1f159b3164690 (diff)
downloadat-spi2-atk-bf2e5788c56e02322e8e4b80a9be16301ffd1a49.tar.gz
Fix some missing prototypes
Diffstat (limited to 'droute')
-rw-r--r--droute/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/droute/Makefile.am b/droute/Makefile.am
index 94cefaf..39d6645 100644
--- a/droute/Makefile.am
+++ b/droute/Makefile.am
@@ -2,7 +2,8 @@ noinst_LTLIBRARIES = libdroute.la
libdroute_la_CFLAGS = $(DBUS_GLIB_CFLAGS) \
-I$(top_builddir)\
- -I$(top_srcdir)
+ -I$(top_srcdir) \
+ -Werror=implicit-function-declaration
libdroute_la_SOURCES =\
droute.c\