diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-12-16 02:47:20 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-12-17 18:38:49 +0800 |
commit | 83d23c5c7c31616c36a2c1dd6f1cb422f5d4d36b (patch) | |
tree | 06237c78f813941f0f72d4685addbdf4d3d052d1 /libempathy-gtk/Makefile.am | |
parent | f143221d55b5139588f7f6ba55b7a6fe21dadb4c (diff) | |
download | gsoc2013-empathy-83d23c5c7c31616c36a2c1dd6f1cb422f5d4d36b.tar gsoc2013-empathy-83d23c5c7c31616c36a2c1dd6f1cb422f5d4d36b.tar.gz gsoc2013-empathy-83d23c5c7c31616c36a2c1dd6f1cb422f5d4d36b.tar.bz2 gsoc2013-empathy-83d23c5c7c31616c36a2c1dd6f1cb422f5d4d36b.tar.lz gsoc2013-empathy-83d23c5c7c31616c36a2c1dd6f1cb422f5d4d36b.tar.xz gsoc2013-empathy-83d23c5c7c31616c36a2c1dd6f1cb422f5d4d36b.tar.zst gsoc2013-empathy-83d23c5c7c31616c36a2c1dd6f1cb422f5d4d36b.zip |
add empathy-new-call-dialog
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 f81780d13..7f73d7c56 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -55,6 +55,7 @@ libempathy_gtk_handwritten_source = \ empathy-kludge-label.c \ empathy-log-window.c \ empathy-new-message-dialog.c \ + empathy-new-call-dialog.c \ empathy-notify-manager.c \ empathy-presence-chooser.c \ empathy-protocol-chooser.c \ @@ -99,6 +100,7 @@ libempathy_gtk_headers = \ empathy-kludge-label.h \ empathy-log-window.h \ empathy-new-message-dialog.h \ + empathy-new-call-dialog.h \ empathy-notify-manager.h \ empathy-presence-chooser.h \ empathy-protocol-chooser.h \ |