diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-03-12 22:28:58 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-03-13 18:20:05 +0800 |
commit | 46c6f5229b55a9ce274fc9f420f30d217a946541 (patch) | |
tree | c82ead7fd9c69e65c33ab988821448ca2a6ef33b /libempathy-gtk/Makefile.am | |
parent | 6b4e3ef8409dd58d635d94bb3a2c462b93be1ef7 (diff) | |
download | gsoc2013-empathy-46c6f5229b55a9ce274fc9f420f30d217a946541.tar gsoc2013-empathy-46c6f5229b55a9ce274fc9f420f30d217a946541.tar.gz gsoc2013-empathy-46c6f5229b55a9ce274fc9f420f30d217a946541.tar.bz2 gsoc2013-empathy-46c6f5229b55a9ce274fc9f420f30d217a946541.tar.lz gsoc2013-empathy-46c6f5229b55a9ce274fc9f420f30d217a946541.tar.xz gsoc2013-empathy-46c6f5229b55a9ce274fc9f420f30d217a946541.tar.zst gsoc2013-empathy-46c6f5229b55a9ce274fc9f420f30d217a946541.zip |
Revert "remove empathy-individual-information-dialog"
This reverts commit 8c56829f3fa97640abf47ced7d39aa618fffe07f.
https://bugzilla.gnome.org/show_bug.cgi?id=671884
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 c32448fa5..32426a934 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -55,6 +55,7 @@ libempathy_gtk_handwritten_source = \ empathy-groups-widget.c \ empathy-individual-dialogs.c \ empathy-individual-edit-dialog.c \ + empathy-individual-information-dialog.c \ empathy-individual-menu.c \ empathy-individual-store.c \ empathy-individual-store-channel.c \ @@ -121,6 +122,7 @@ libempathy_gtk_headers = \ empathy-images.h \ empathy-individual-dialogs.h \ empathy-individual-edit-dialog.h \ + empathy-individual-information-dialog.h \ empathy-individual-menu.h \ empathy-individual-store.h \ empathy-individual-store-channel.h \ |