summaryrefslogtreecommitdiff
path: root/ubuntu-online-accounts
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2013-05-07 15:11:40 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2013-05-07 15:28:32 +0200
commit83c85e98027758ea3afafe183ee2de9f4047e6be (patch)
tree1df12d038738246ba7b065ca1fd227ad4f3e293f /ubuntu-online-accounts
parent10983e93f69ddcc048cc582d777433ca2c7a2b39 (diff)
Fix UOA build error
Diffstat (limited to 'ubuntu-online-accounts')
-rw-r--r--ubuntu-online-accounts/cc-plugins/app-plugin/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/ubuntu-online-accounts/cc-plugins/app-plugin/Makefile.am b/ubuntu-online-accounts/cc-plugins/app-plugin/Makefile.am
index e3351266b..801c2d8a1 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) \