diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-11-04 19:15:47 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-11-24 19:28:44 +0800 |
commit | edf88058847eb77f8ecc1e5b37fa76e7db9f7ad3 (patch) | |
tree | 4bc158be693aab3c3d9c66ad61a0f6761059ded6 /libempathy-gtk/Makefile.am | |
parent | 0c7f25a8206c918d4a84405b7d1ab8e994c65d0f (diff) | |
download | gsoc2013-empathy-edf88058847eb77f8ecc1e5b37fa76e7db9f7ad3.tar gsoc2013-empathy-edf88058847eb77f8ecc1e5b37fa76e7db9f7ad3.tar.gz gsoc2013-empathy-edf88058847eb77f8ecc1e5b37fa76e7db9f7ad3.tar.bz2 gsoc2013-empathy-edf88058847eb77f8ecc1e5b37fa76e7db9f7ad3.tar.lz gsoc2013-empathy-edf88058847eb77f8ecc1e5b37fa76e7db9f7ad3.tar.xz gsoc2013-empathy-edf88058847eb77f8ecc1e5b37fa76e7db9f7ad3.tar.zst gsoc2013-empathy-edf88058847eb77f8ecc1e5b37fa76e7db9f7ad3.zip |
Abstract the individual store
We now have EmpathyIndividualStoreManager which implements the store using
EmpathyIndividualManager as its contact source.
https://bugzilla.gnome.org/show_bug.cgi?id=663387
Diffstat (limited to 'libempathy-gtk/Makefile.am')
-rw-r--r-- | libempathy-gtk/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am index 0d3762aff..50f93265b 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -62,6 +62,7 @@ libempathy_gtk_handwritten_source = \ empathy-individual-linker.c \ empathy-individual-menu.c \ empathy-individual-store.c \ + empathy-individual-store-manager.c \ empathy-individual-view.c \ empathy-individual-widget.c \ empathy-input-text-view.c \ @@ -132,6 +133,7 @@ libempathy_gtk_headers = \ empathy-individual-linker.h \ empathy-individual-menu.h \ empathy-individual-store.h \ + empathy-individual-store-manager.h \ empathy-individual-view.h \ empathy-individual-widget.h \ empathy-input-text-view.h \ |