aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-06-07 20:34:22 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-06-07 20:35:07 +0800
commit2c6d8d25592d553254f7a110b53f59bbde5b916b (patch)
treece912ddd4c298a5067cad581d47f465c30e23e0c /src
parent0c54e7a181b440ef53509aa84c92e586c3d04499 (diff)
downloadgsoc2013-empathy-2c6d8d25592d553254f7a110b53f59bbde5b916b.tar
gsoc2013-empathy-2c6d8d25592d553254f7a110b53f59bbde5b916b.tar.gz
gsoc2013-empathy-2c6d8d25592d553254f7a110b53f59bbde5b916b.tar.bz2
gsoc2013-empathy-2c6d8d25592d553254f7a110b53f59bbde5b916b.tar.lz
gsoc2013-empathy-2c6d8d25592d553254f7a110b53f59bbde5b916b.tar.xz
gsoc2013-empathy-2c6d8d25592d553254f7a110b53f59bbde5b916b.tar.zst
gsoc2013-empathy-2c6d8d25592d553254f7a110b53f59bbde5b916b.zip
remove libebook support
It's API just changed and it's not really useful anymore as gnome-about-me has been removed. https://bugzilla.gnome.org/show_bug.cgi?id=677533
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 086d13be8..80b4d58c0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,7 +2,6 @@ include $(top_srcdir)/tools/flymake.mk
CPPFLAGS_COMMON = \
$(EMPATHY_CFLAGS) \
- $(EDS_CFLAGS) \
$(ERROR_CFLAGS) \
-I$(top_srcdir) \
-DG_LOG_DOMAIN=\"empathy\" \
@@ -39,7 +38,6 @@ libempathy_accounts_common_la_SOURCES = \
libempathy_accounts_common_la_LIBADD = \
$(top_builddir)/libempathy-gtk/libempathy-gtk.la \
- $(EDS_LIBS) \
$(EMPATHY_LIBS) \
$(LIBCHAMPLAIN_LIBS) \
$(NULL)