diff options
author | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2011-04-14 12:42:29 +0800 |
---|---|---|
committer | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2011-10-21 06:40:24 +0800 |
commit | e6c2a6706880dad768b5a442d350e6c0d8e0f975 (patch) | |
tree | 884fcc5c8ac89c9375ac42e1b18b39ad8464874d /libempathy/Makefile.am | |
parent | d4b219993118e76fdf25a609839e1c334e26182f (diff) | |
download | gsoc2013-empathy-e6c2a6706880dad768b5a442d350e6c0d8e0f975.tar gsoc2013-empathy-e6c2a6706880dad768b5a442d350e6c0d8e0f975.tar.gz gsoc2013-empathy-e6c2a6706880dad768b5a442d350e6c0d8e0f975.tar.bz2 gsoc2013-empathy-e6c2a6706880dad768b5a442d350e6c0d8e0f975.tar.lz gsoc2013-empathy-e6c2a6706880dad768b5a442d350e6c0d8e0f975.tar.xz gsoc2013-empathy-e6c2a6706880dad768b5a442d350e6c0d8e0f975.tar.zst gsoc2013-empathy-e6c2a6706880dad768b5a442d350e6c0d8e0f975.zip |
Abstract common contactinfo code into empathy-contactinfo-utils
This handles things like sorting fields and converting field names to human
readable names.
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r-- | libempathy/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index 079b4736b..bb3088234 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -39,6 +39,7 @@ libempathy_headers = \ empathy-contact-list.h \ empathy-contact-manager.h \ empathy-contact.h \ + empathy-contactinfo-utils.h \ empathy-debug.h \ empathy-ft-factory.h \ empathy-ft-handler.h \ @@ -82,6 +83,7 @@ libempathy_handwritten_source = \ empathy-contact-list.c \ empathy-contact-manager.c \ empathy-contact.c \ + empathy-contactinfo-utils.c \ empathy-debug.c \ empathy-ft-factory.c \ empathy-ft-handler.c \ |