diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-08-23 23:24:59 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-08-25 17:45:13 +0800 |
commit | 4b08cbd1605f1671a9d90ffa7f3a3a1776e5a61a (patch) | |
tree | 8a7d557895cc120cd0a3635551e80d9e4c6e3714 /libempathy-gtk/Makefile.am | |
parent | 860c26554e90126287adcba3ae9dc536bdfbb622 (diff) | |
download | gsoc2013-empathy-4b08cbd1605f1671a9d90ffa7f3a3a1776e5a61a.tar gsoc2013-empathy-4b08cbd1605f1671a9d90ffa7f3a3a1776e5a61a.tar.gz gsoc2013-empathy-4b08cbd1605f1671a9d90ffa7f3a3a1776e5a61a.tar.bz2 gsoc2013-empathy-4b08cbd1605f1671a9d90ffa7f3a3a1776e5a61a.tar.lz gsoc2013-empathy-4b08cbd1605f1671a9d90ffa7f3a3a1776e5a61a.tar.xz gsoc2013-empathy-4b08cbd1605f1671a9d90ffa7f3a3a1776e5a61a.tar.zst gsoc2013-empathy-4b08cbd1605f1671a9d90ffa7f3a3a1776e5a61a.zip |
add empathy-irc-network-chooser
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 de6cba2f1..15e187c07 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -63,6 +63,7 @@ libempathy_gtk_handwritten_source = \ empathy-individual-store.c \ empathy-individual-view.c \ empathy-individual-widget.c \ + empathy-irc-network-chooser.c \ empathy-irc-network-dialog.c \ empathy-kludge-label.c \ empathy-log-window.c \ @@ -123,6 +124,7 @@ libempathy_gtk_headers = \ empathy-individual-store.h \ empathy-individual-view.h \ empathy-individual-widget.h \ + empathy-irc-network-chooser.h \ empathy-irc-network-dialog.h \ empathy-kludge-label.h \ empathy-log-window.h \ |