aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/Makefile.am
diff options
context:
space:
mode:
authorChris Toshok <toshok@helixcode.com>2000-12-29 11:23:23 +0800
committerChris Toshok <toshok@src.gnome.org>2000-12-29 11:23:23 +0800
commit5ba789a65320e708d2ee38a1cc196ea5cc7cf99b (patch)
tree6438868fba4bcc17890f7b3b3387e887eac83a41 /addressbook/gui/component/Makefile.am
parent77d282e4a29006f2a4abe4b0f7bda24bb6855f1c (diff)
downloadgsoc2013-evolution-5ba789a65320e708d2ee38a1cc196ea5cc7cf99b.tar
gsoc2013-evolution-5ba789a65320e708d2ee38a1cc196ea5cc7cf99b.tar.gz
gsoc2013-evolution-5ba789a65320e708d2ee38a1cc196ea5cc7cf99b.tar.bz2
gsoc2013-evolution-5ba789a65320e708d2ee38a1cc196ea5cc7cf99b.tar.lz
gsoc2013-evolution-5ba789a65320e708d2ee38a1cc196ea5cc7cf99b.tar.xz
gsoc2013-evolution-5ba789a65320e708d2ee38a1cc196ea5cc7cf99b.tar.zst
gsoc2013-evolution-5ba789a65320e708d2ee38a1cc196ea5cc7cf99b.zip
add addressbook-config.[ch].
2000-12-28 Chris Toshok <toshok@helixcode.com> * gui/component/Makefile.am (evolution_addressbook_SOURCES): add addressbook-config.[ch]. * gui/component/addressbook-config.c, gui/component/addressbook-config.h: new files, containing at the moment a beautiful "new/edit source dialog" inspired by the mail-config-gui code. It'll be ready for prime time after rev'ing the .xml file the addressbook uses to store it's "other sources" to include files, and the addition of the ldap auth stuff. svn path=/trunk/; revision=7191
Diffstat (limited to 'addressbook/gui/component/Makefile.am')
-rw-r--r--addressbook/gui/component/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am
index 9ec57dfe6d..4b13a297f2 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.c \
addressbook.h \