diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-04-12 12:20:43 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-04-12 12:20:43 +0100 |
commit | 7a9c8133468c1f8eb7fbb0e68a6a7e061b9452fb (patch) | |
tree | 166d723fab364c18e37135629ced5b21b80e31ea /backends/eds | |
parent | 43da0b634ede2fcbc17ce470f86158c2efe00ed3 (diff) |
Declare internal function folks_persona_store_set_is_user_set_default()
As explained in the comment, I can't find any better way to do this.
Implicit declarations are Bad, so we should be making them into errors
by default.
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=697354
Reviewed-by: Philip Withnall <philip@tecnocode.co.uk>
[added a comment as requested -smcv]
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'backends/eds')
-rw-r--r-- | backends/eds/lib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/eds/lib/Makefile.am b/backends/eds/lib/Makefile.am index 804cc476..e8ad9cf1 100644 --- a/backends/eds/lib/Makefile.am +++ b/backends/eds/lib/Makefile.am @@ -4,6 +4,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/folks \ -include $(CONFIG_HEADER) \ + -include folks/redeclare-internal-api.h \ -DPACKAGE_DATADIR=\"$(pkgdatadir)\" \ -DBACKEND_NAME=\"$(BACKEND_NAME)\" \ -DG_LOG_DOMAIN=\"$(BACKEND_NAME)\" \ |