diff options
author | Travis Reitter <treitter@gmail.com> | 2010-03-06 10:58:17 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-03-15 16:28:40 +0800 |
commit | c66e6c536d776414f6bfada650dc25d97dc95803 (patch) | |
tree | 9604690224776a95843126ef1c9deb348a53ea70 /extensions/Makefile.am | |
parent | 79ef79c4d92cc4978dd12528d5bb6c3673a6b0f9 (diff) | |
download | gsoc2013-empathy-c66e6c536d776414f6bfada650dc25d97dc95803.tar gsoc2013-empathy-c66e6c536d776414f6bfada650dc25d97dc95803.tar.gz gsoc2013-empathy-c66e6c536d776414f6bfada650dc25d97dc95803.tar.bz2 gsoc2013-empathy-c66e6c536d776414f6bfada650dc25d97dc95803.tar.lz gsoc2013-empathy-c66e6c536d776414f6bfada650dc25d97dc95803.tar.xz gsoc2013-empathy-c66e6c536d776414f6bfada650dc25d97dc95803.tar.zst gsoc2013-empathy-c66e6c536d776414f6bfada650dc25d97dc95803.zip |
Rebase the favourites support upon the telepathy-logger instead of a specially-named favourites group.
Diffstat (limited to 'extensions/Makefile.am')
-rw-r--r-- | extensions/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/extensions/Makefile.am b/extensions/Makefile.am index fc77796e4..8ea05ae6b 100644 --- a/extensions/Makefile.am +++ b/extensions/Makefile.am @@ -13,7 +13,9 @@ EXTRA_DIST = \ generic-types.xml \ misc.xml \ Debug.xml \ - Channel_Interface_Conference.xml + Channel_Interface_Conference.xml \ + Logger.xml \ + $(NULL) noinst_LTLIBRARIES = libemp-extensions.la @@ -114,7 +116,7 @@ _gen/cli-misc-body.h _gen/cli-misc.h: _gen/misc.xml \ --subclass=TpProxy \ --subclass-assert=TP_IS_PROXY \ --iface-quark-prefix=EMP_IFACE_QUARK \ - --tp-proxy-api=0.7.6 \ + --tp-proxy-api=0.10.0 \ $< Emp_Cli _gen/cli-misc _gen/svc-misc.c _gen/svc-misc.h: _gen/misc.xml \ |