aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/Makefile.am
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2002-05-04 04:49:06 +0800
committerChris Lahey <clahey@src.gnome.org>2002-05-04 04:49:06 +0800
commit95ba1fd855c0cea8ae18f9963e800f7189adf459 (patch)
treef0f8d58b9da84e3a14cb06e08a870df75c8af954 /addressbook/gui/component/Makefile.am
parent905a5cfca0e35d26f6b883b534928d42180594f3 (diff)
downloadgsoc2013-evolution-95ba1fd855c0cea8ae18f9963e800f7189adf459.tar
gsoc2013-evolution-95ba1fd855c0cea8ae18f9963e800f7189adf459.tar.gz
gsoc2013-evolution-95ba1fd855c0cea8ae18f9963e800f7189adf459.tar.bz2
gsoc2013-evolution-95ba1fd855c0cea8ae18f9963e800f7189adf459.tar.lz
gsoc2013-evolution-95ba1fd855c0cea8ae18f9963e800f7189adf459.tar.xz
gsoc2013-evolution-95ba1fd855c0cea8ae18f9963e800f7189adf459.tar.zst
gsoc2013-evolution-95ba1fd855c0cea8ae18f9963e800f7189adf459.zip
Updated this to have the ConfigControlFactory have an addressbookwide
2002-05-03 Christopher James Lahey <clahey@ximian.com> * gui/component/GNOME_Evolution_Addressbook.oaf.in: Updated this to have the ConfigControlFactory have an addressbookwide generic name and added OAFIID:GNOME_Evolution_Addressbook_ConfigControl. * gui/component/Makefile.am (evolution_addressbook_SOURCES), gui/component/addressbook-component.c, gui/component/addressbook-storage.c, gui/component/addressbook.c: Replaced ldap-config.c and ldap-config.h with addressbook-config.c andaddressbook-config.h. * gui/component/addressbook-config.c, gui/component/addressbook-config.h: Based on ldap-config.c and ldap-config.h. Added a folder list control. Made this a multi factory. * gui/component/ldap-config.c, gui/component/ldap-config.h: Replaced these with addressbook-config.c and addressbook-config.h. svn path=/trunk/; revision=16679
Diffstat (limited to 'addressbook/gui/component/Makefile.am')
-rw-r--r--addressbook/gui/component/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am
index 18fa1b9d07..bfae4c1198 100644
--- a/addressbook/gui/component/Makefile.am
+++ b/addressbook/gui/component/Makefile.am
@@ -28,6 +28,8 @@ bin_PROGRAMS = \
evolution_addressbook_SOURCES = \
addressbook-component.c \
addressbook-component.h \
+ addressbook-config.c \
+ addressbook-config.h \
addressbook-factory.c \
addressbook-storage.c \
addressbook-storage.h \
@@ -38,9 +40,7 @@ evolution_addressbook_SOURCES = \
e-address-widget.h \
e-address-widget.c \
e-address-popup.h \
- e-address-popup.c \
- ldap-config.c \
- ldap-config.h
+ e-address-popup.c
evolution_addressbook_LDADD = \
select-names/libeselectnames.la \