From: Xavier Claessens Date: Tue, 7 May 2013 13:11:40 +0000 (+0200) Subject: Fix UOA build error X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=83c85e98027758ea3afafe183ee2de9f4047e6be Fix UOA build error --- diff --git a/ubuntu-online-accounts/cc-plugins/app-plugin/Makefile.am b/ubuntu-online-accounts/cc-plugins/app-plugin/Makefile.am index e3351266..801c2d8a 100644 --- a/ubuntu-online-accounts/cc-plugins/app-plugin/Makefile.am +++ b/ubuntu-online-accounts/cc-plugins/app-plugin/Makefile.am @@ -3,6 +3,8 @@ plugindir = $(ACCOUNTS_APP_PLUGIN_DIR) INCLUDES = \ -I$(top_builddir) \ -I$(top_srcdir) \ + -I$(top_srcdir)/libempathy \ + -I$(top_srcdir)/libempathy-gtk \ -DLOCALEDIR=\""$(datadir)/locale"\" \ $(UOA_CFLAGS) \ $(WARN_CFLAGS) \