aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/Makefile.am
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2004-03-25 03:58:15 +0800
committerChris Toshok <toshok@src.gnome.org>2004-03-25 03:58:15 +0800
commit5b496f26137ee1d0920a94e7c19926d6584cd624 (patch)
treeae50b2b8fcc1334e0f9a3ad9451656304662c41c /addressbook/gui/contact-editor/Makefile.am
parent9f004e15d508cd979852f0b31c421ee7bc87eb7b (diff)
downloadgsoc2013-evolution-5b496f26137ee1d0920a94e7c19926d6584cd624.tar
gsoc2013-evolution-5b496f26137ee1d0920a94e7c19926d6584cd624.tar.gz
gsoc2013-evolution-5b496f26137ee1d0920a94e7c19926d6584cd624.tar.bz2
gsoc2013-evolution-5b496f26137ee1d0920a94e7c19926d6584cd624.tar.lz
gsoc2013-evolution-5b496f26137ee1d0920a94e7c19926d6584cd624.tar.xz
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.am6
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 \