diff options
author | Hans Petter Jansson <hpj@ximian.com> | 2003-11-09 13:41:00 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2003-11-09 13:41:00 +0800 |
commit | 55e9c607f0bac0a0333552885d97d45c5122bd59 (patch) | |
tree | fd145deecfc68b387b7bb658f9068d638d4f1503 /addressbook/gui/component/Makefile.am | |
parent | 77fc7820e6af22ad574ca3bb90d450b66088018d (diff) | |
download | gsoc2013-evolution-55e9c607f0bac0a0333552885d97d45c5122bd59.tar.gz gsoc2013-evolution-55e9c607f0bac0a0333552885d97d45c5122bd59.tar.zst gsoc2013-evolution-55e9c607f0bac0a0333552885d97d45c5122bd59.zip |
Add new-addressbook.[ch]. (glade_DATA): Add new-addressbook.glade.
2003-11-08 Hans Petter Jansson <hpj@ximian.com>
* gui/component/Makefile.am (libevolution_addressbook_la_SOURCES):
Add new-addressbook.[ch].
(glade_DATA): Add new-addressbook.glade.
* gui/component/addressbook-component.c (add_popup_menu_item):
Implement.
(new_addressbook_cb): Implement.
(delete_addressbook_cb): Implement (skeletal).
(fill_popup_menu_callback): Implement.
(impl_createControls): Hook up fill_popup_menu_callback().
* gui/component/new-addressbook.[ch]: New files.
* gui/component/new-addressbook.glade: New file.
svn path=/trunk/; revision=23238
Diffstat (limited to 'addressbook/gui/component/Makefile.am')
-rw-r--r-- | addressbook/gui/component/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am index 0d6b6e2461..6071aa9a8a 100644 --- a/addressbook/gui/component/Makefile.am +++ b/addressbook/gui/component/Makefile.am @@ -37,6 +37,8 @@ libevolution_addressbook_la_SOURCES = \ addressbook-storage.h \ addressbook.c \ addressbook.h \ + new-addressbook.c \ + new-addressbook.h \ component-factory.c # $(top_builddir)/addressbook/printing/libecontactprint.la @@ -82,7 +84,9 @@ server_DATA = $(server_in_files:.server.in.in=_$(BASE_VERSION).server) @EVO_NAME_SERVER_RULE@ @INTLTOOL_SERVER_RULE@ -glade_DATA = ldap-config.glade +glade_DATA = \ + ldap-config.glade \ + new-addressbook.glade BUILT_SOURCES = $(server_DATA) CLEANFILES = $(BUILT_SOURCES) |