diff options
author | Travis Reitter <treitter@gmail.com> | 2010-06-22 23:43:18 +0800 |
---|---|---|
committer | Travis Reitter <treitter@gmail.com> | 2010-07-21 07:12:35 +0800 |
commit | ae79986102a22b65a3f9f4eb2328971272eec204 (patch) | |
tree | 7a119f5fb1b9546b7f7e6ac21798893581feaf68 /libempathy-gtk/Makefile.am | |
parent | 315a71325f98d86722d7c313d726828f767cef82 (diff) | |
download | gsoc2013-empathy-ae79986102a22b65a3f9f4eb2328971272eec204.tar gsoc2013-empathy-ae79986102a22b65a3f9f4eb2328971272eec204.tar.gz gsoc2013-empathy-ae79986102a22b65a3f9f4eb2328971272eec204.tar.bz2 gsoc2013-empathy-ae79986102a22b65a3f9f4eb2328971272eec204.tar.lz gsoc2013-empathy-ae79986102a22b65a3f9f4eb2328971272eec204.tar.xz gsoc2013-empathy-ae79986102a22b65a3f9f4eb2328971272eec204.tar.zst gsoc2013-empathy-ae79986102a22b65a3f9f4eb2328971272eec204.zip |
Support contact adding
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 eb32ccd35..56e2af3cc 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -52,6 +52,7 @@ libempathy_gtk_handwritten_source = \ empathy-contact-selector-dialog.c \ empathy-contact-widget.c \ empathy-geometry.c \ + empathy-individual-dialogs.c \ empathy-individual-menu.c \ empathy-individual-store.c \ empathy-individual-view.c \ @@ -102,6 +103,7 @@ libempathy_gtk_headers = \ empathy-contact-widget.h \ empathy-geometry.h \ empathy-images.h \ + empathy-individual-dialogs.h \ empathy-individual-menu.h \ empathy-individual-store.h \ empathy-individual-view.h \ |