aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/Makefile.am
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>1999-11-07 05:10:09 +0800
committerEttore Perazzoli <ettore@src.gnome.org>1999-11-07 05:10:09 +0800
commit0c3101c24a3bb76c57d545ba6071acee529ee3a8 (patch)
tree0f0eba5989890d4a10e845f9f16e66708bdd88ce /widgets/Makefile.am
parentb681ec2b9a98684ef821f9b6fbdb9a231a58d4b5 (diff)
downloadgsoc2013-evolution-0c3101c24a3bb76c57d545ba6071acee529ee3a8.tar
gsoc2013-evolution-0c3101c24a3bb76c57d545ba6071acee529ee3a8.tar.gz
gsoc2013-evolution-0c3101c24a3bb76c57d545ba6071acee529ee3a8.tar.bz2
gsoc2013-evolution-0c3101c24a3bb76c57d545ba6071acee529ee3a8.tar.lz
gsoc2013-evolution-0c3101c24a3bb76c57d545ba6071acee529ee3a8.tar.xz
gsoc2013-evolution-0c3101c24a3bb76c57d545ba6071acee529ee3a8.tar.zst
gsoc2013-evolution-0c3101c24a3bb76c57d545ba6071acee529ee3a8.zip
Some initial work on the dialog for entering addresses from the address book.
svn path=/trunk/; revision=1370
Diffstat (limited to 'widgets/Makefile.am')
-rw-r--r--widgets/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/widgets/Makefile.am b/widgets/Makefile.am
index 35d1bc64a4..a9614cf1d7 100644
--- a/widgets/Makefile.am
+++ b/widgets/Makefile.am
@@ -1,6 +1,7 @@
guidir = $(datadir)/evolution/gui
gui_DATA = \
+ e-msg-composer-address-dialog.glade \
e-msg-composer-attachment.glade \
e-msg-composer.glade
@@ -16,6 +17,8 @@ noinst_LTLIBRARIES = \
libevolutionwidgets.la
libevolutionwidgets_la_SOURCES = \
+ e-msg-composer-address-dialog.c \
+ e-msg-composer-address-dialog.h \
e-msg-composer-address-entry.c \
e-msg-composer-address-entry.h \
e-msg-composer-attachment-bar.c \