diff options
author | Chris Toshok <toshok@ximian.com> | 2004-03-25 03:58:15 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-03-25 03:58:15 +0800 |
commit | 5b496f26137ee1d0920a94e7c19926d6584cd624 (patch) | |
tree | ae50b2b8fcc1334e0f9a3ad9451656304662c41c /addressbook/gui/contact-editor/Makefile.am | |
parent | 9f004e15d508cd979852f0b31c421ee7bc87eb7b (diff) | |
download | gsoc2013-evolution-5b496f26137ee1d0920a94e7c19926d6584cd624.tar.gz gsoc2013-evolution-5b496f26137ee1d0920a94e7c19926d6584cd624.tar.zst gsoc2013-evolution-5b496f26137ee1d0920a94e7c19926d6584cd624.zip |
superclass for both EContactEditor and EContactListEditor. A start toward
2004-03-24 Chris Toshok <toshok@ximian.com>
* gui/contact-editor/eab-editor.[ch]: superclass for both
EContactEditor and EContactListEditor. A start toward simplifying
the interface to both of them, and a place to abstract code.
* gui/contact-editor/Makefile.am (libecontacteditor_la_SOURCES):
add eab-editor.[ch]
svn path=/trunk/; revision=25172
Diffstat (limited to 'addressbook/gui/contact-editor/Makefile.am')
-rw-r--r-- | addressbook/gui/contact-editor/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/addressbook/gui/contact-editor/Makefile.am b/addressbook/gui/contact-editor/Makefile.am index 22504b04f5..376aa65205 100644 --- a/addressbook/gui/contact-editor/Makefile.am +++ b/addressbook/gui/contact-editor/Makefile.am @@ -21,8 +21,10 @@ noinst_LTLIBRARIES = \ libecontacteditor_la_SOURCES = \ $(MARSHAL_GENERATED) \ - e-contact-editor-im.c \ - e-contact-editor-im.h \ + eab-editor.c \ + eab-editor.h \ + e-contact-editor-im.c \ + e-contact-editor-im.h \ e-contact-editor-address.c \ e-contact-editor-address.h \ e-contact-editor-fullname.c \ |