diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-06-07 20:34:22 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-06-07 20:35:07 +0800 |
commit | 2c6d8d25592d553254f7a110b53f59bbde5b916b (patch) | |
tree | ce912ddd4c298a5067cad581d47f465c30e23e0c /tests/interactive | |
parent | 0c54e7a181b440ef53509aa84c92e586c3d04499 (diff) | |
download | gsoc2013-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 'tests/interactive')
-rw-r--r-- | tests/interactive/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/interactive/Makefile.am b/tests/interactive/Makefile.am index 5cb89bb10..ba82180d5 100644 --- a/tests/interactive/Makefile.am +++ b/tests/interactive/Makefile.am @@ -3,15 +3,13 @@ AM_CPPFLAGS = \ -I$(top_srcdir) \ -DPKGDATADIR=\""$(pkgdatadir)"\" \ $(EMPATHY_CFLAGS) \ - $(EDS_CFLAGS) \ $(WARN_CFLAGS) \ $(DISABLE_DEPRECATED) LDADD = \ $(top_builddir)/libempathy-gtk/libempathy-gtk.la \ $(top_builddir)/libempathy/libempathy.la \ - $(EMPATHY_LIBS) \ - $(EDS_LIBS) + $(EMPATHY_LIBS) noinst_PROGRAMS = \ empathy-logs \ |