diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-08-24 22:09:24 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-08-25 17:45:13 +0800 |
commit | 8f678a31a63eccb4fc086a8caddb37b1a0e7de91 (patch) | |
tree | 7ed83e9d7b40548d21aaa1c5afae75315dc647df /libempathy-gtk/Makefile.am | |
parent | 4b08cbd1605f1671a9d90ffa7f3a3a1776e5a61a (diff) | |
download | gsoc2013-empathy-8f678a31a63eccb4fc086a8caddb37b1a0e7de91.tar gsoc2013-empathy-8f678a31a63eccb4fc086a8caddb37b1a0e7de91.tar.gz gsoc2013-empathy-8f678a31a63eccb4fc086a8caddb37b1a0e7de91.tar.bz2 gsoc2013-empathy-8f678a31a63eccb4fc086a8caddb37b1a0e7de91.tar.lz gsoc2013-empathy-8f678a31a63eccb4fc086a8caddb37b1a0e7de91.tar.xz gsoc2013-empathy-8f678a31a63eccb4fc086a8caddb37b1a0e7de91.tar.zst gsoc2013-empathy-8f678a31a63eccb4fc086a8caddb37b1a0e7de91.zip |
add empathy-irc-network-chooser-dialog
Some of the code has been copied from empathy-account-widget-irc.c.
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 15e187c07..d81b97253 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -64,6 +64,7 @@ libempathy_gtk_handwritten_source = \ empathy-individual-view.c \ empathy-individual-widget.c \ empathy-irc-network-chooser.c \ + empathy-irc-network-chooser-dialog.c \ empathy-irc-network-dialog.c \ empathy-kludge-label.c \ empathy-log-window.c \ @@ -125,6 +126,7 @@ libempathy_gtk_headers = \ empathy-individual-view.h \ empathy-individual-widget.h \ empathy-irc-network-chooser.h \ + empathy-irc-network-chooser-dialog.h \ empathy-irc-network-dialog.h \ empathy-kludge-label.h \ empathy-log-window.h \ |