aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2013-05-07 21:11:40 +0800
committerXavier Claessens <xavier.claessens@collabora.co.uk>2013-05-07 21:28:32 +0800
commit83c85e98027758ea3afafe183ee2de9f4047e6be (patch)
tree1df12d038738246ba7b065ca1fd227ad4f3e293f
parent10983e93f69ddcc048cc582d777433ca2c7a2b39 (diff)
downloadgsoc2013-empathy-83c85e98027758ea3afafe183ee2de9f4047e6be.tar
gsoc2013-empathy-83c85e98027758ea3afafe183ee2de9f4047e6be.tar.gz
gsoc2013-empathy-83c85e98027758ea3afafe183ee2de9f4047e6be.tar.bz2
gsoc2013-empathy-83c85e98027758ea3afafe183ee2de9f4047e6be.tar.lz
gsoc2013-empathy-83c85e98027758ea3afafe183ee2de9f4047e6be.tar.xz
gsoc2013-empathy-83c85e98027758ea3afafe183ee2de9f4047e6be.tar.zst
gsoc2013-empathy-83c85e98027758ea3afafe183ee2de9f4047e6be.zip
Fix UOA build error
-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) \