diff options
author | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2011-09-08 11:11:22 +0800 |
---|---|---|
committer | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2011-10-21 06:42:21 +0800 |
commit | cf23dd409cc36a8f692bf0db4f28e505da8633f8 (patch) | |
tree | 5d29fe7b658fe3c39a76a76056c4432303d6bf13 /libempathy-gtk/Makefile.am | |
parent | 06e665213df9b95a74f317da82a8f9537e2e3c87 (diff) | |
download | gsoc2013-empathy-cf23dd409cc36a8f692bf0db4f28e505da8633f8.tar gsoc2013-empathy-cf23dd409cc36a8f692bf0db4f28e505da8633f8.tar.gz gsoc2013-empathy-cf23dd409cc36a8f692bf0db4f28e505da8633f8.tar.bz2 gsoc2013-empathy-cf23dd409cc36a8f692bf0db4f28e505da8633f8.tar.lz gsoc2013-empathy-cf23dd409cc36a8f692bf0db4f28e505da8633f8.tar.xz gsoc2013-empathy-cf23dd409cc36a8f692bf0db4f28e505da8633f8.tar.zst gsoc2013-empathy-cf23dd409cc36a8f692bf0db4f28e505da8633f8.zip |
Move empathy-contactinfo-utils to libempathy-gtk
Why do we still have this annoying split?
Rebasing this work will pull in a dependency on empathy-string-parser, which is
part of libempathy-gtk. Hence the move.
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 ccf87f2f0..96ef811b4 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -46,6 +46,7 @@ libempathy_gtk_handwritten_source = \ empathy-contact-list-store.c \ empathy-contact-list-view.c \ empathy-contact-menu.c \ + empathy-contactinfo-utils.c \ empathy-linking-dialog.c \ empathy-live-search.c \ empathy-contact-search-dialog.c \ @@ -116,6 +117,7 @@ libempathy_gtk_headers = \ empathy-live-search.h \ empathy-contact-search-dialog.h \ empathy-contact-widget.h \ + empathy-contactinfo-utils.h \ empathy-dialpad-widget.h \ empathy-geometry.h \ empathy-groups-widget.h \ |