diff options
author | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2013-03-13 22:02:19 +0800 |
---|---|---|
committer | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2013-03-13 22:02:19 +0800 |
commit | 7dbb5fa93477aa5446e5ae01d26af716d320f5f4 (patch) | |
tree | becdf6f84a5990317feb847cd8905721f38a0d24 /src | |
parent | 0ec0c9df698a23124480af847048835252f83177 (diff) | |
download | gsoc2013-empathy-7dbb5fa93477aa5446e5ae01d26af716d320f5f4.tar.gz gsoc2013-empathy-7dbb5fa93477aa5446e5ae01d26af716d320f5f4.tar.zst gsoc2013-empathy-7dbb5fa93477aa5446e5ae01d26af716d320f5f4.zip |
Fix link issue when UOA is enabled
src/empathy-sanity-cleaning.c uses libaccounts-glib directly, so we
have to pass UOA build flags.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 400b83b82..b52e9ad8f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -14,6 +14,7 @@ AM_LDFLAGS = $(LIBM) AM_CPPFLAGS = \ $(CPPFLAGS_COMMON) \ $(LIBCHAMPLAIN_CFLAGS) \ + $(UOA_CFLAGS) \ $(NULL) LDADD = \ @@ -23,6 +24,7 @@ LDADD = \ $(GCR_LIBS) \ $(EMPATHY_LIBS) \ $(LIBCHAMPLAIN_LIBS) \ + $(UOA_LIBS) \ $(NULL) noinst_LTLIBRARIES = libempathy-accounts-common.la |