diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-11-11 21:31:09 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-11-11 22:03:56 +0800 |
commit | 1c7e66a2a609bf5e956c6f76bf7db7e585860731 (patch) | |
tree | 559fe1bc7829b8ab624cbb64698061296b298419 /libempathy-gtk/Makefile.am | |
parent | b1ca9031bfee03b12d6a4002d223b96a03810c20 (diff) | |
download | gsoc2013-empathy-1c7e66a2a609bf5e956c6f76bf7db7e585860731.tar gsoc2013-empathy-1c7e66a2a609bf5e956c6f76bf7db7e585860731.tar.gz gsoc2013-empathy-1c7e66a2a609bf5e956c6f76bf7db7e585860731.tar.bz2 gsoc2013-empathy-1c7e66a2a609bf5e956c6f76bf7db7e585860731.tar.lz gsoc2013-empathy-1c7e66a2a609bf5e956c6f76bf7db7e585860731.tar.xz gsoc2013-empathy-1c7e66a2a609bf5e956c6f76bf7db7e585860731.tar.zst gsoc2013-empathy-1c7e66a2a609bf5e956c6f76bf7db7e585860731.zip |
add EmpathyInputTextView
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 6cc6c0992..def25e357 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -64,6 +64,7 @@ libempathy_gtk_handwritten_source = \ empathy-individual-store.c \ empathy-individual-view.c \ empathy-individual-widget.c \ + empathy-input-text-view.c \ empathy-irc-network-chooser.c \ empathy-irc-network-chooser-dialog.c \ empathy-irc-network-dialog.c \ @@ -125,6 +126,7 @@ libempathy_gtk_headers = \ empathy-individual-store.h \ empathy-individual-view.h \ empathy-individual-widget.h \ + empathy-input-text-view.h \ empathy-irc-network-chooser.h \ empathy-irc-network-chooser-dialog.h \ empathy-irc-network-dialog.h \ |