aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/Makefile.am
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2001-07-25 06:35:57 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-07-25 06:35:57 +0800
commit96a9eafc7290ef276d2f0559d20cc2f1057c4231 (patch)
tree2acf4cb14ab25f4cf9ec5e6fba1cdbb48642c3ca /calendar/gui/Makefile.am
parent5c9bf39bb2b7a071ee71438b3f0730c26312c0a1 (diff)
downloadgsoc2013-evolution-96a9eafc7290ef276d2f0559d20cc2f1057c4231.tar
gsoc2013-evolution-96a9eafc7290ef276d2f0559d20cc2f1057c4231.tar.gz
gsoc2013-evolution-96a9eafc7290ef276d2f0559d20cc2f1057c4231.tar.bz2
gsoc2013-evolution-96a9eafc7290ef276d2f0559d20cc2f1057c4231.tar.lz
gsoc2013-evolution-96a9eafc7290ef276d2f0559d20cc2f1057c4231.tar.xz
gsoc2013-evolution-96a9eafc7290ef276d2f0559d20cc2f1057c4231.tar.zst
gsoc2013-evolution-96a9eafc7290ef276d2f0559d20cc2f1057c4231.zip
stip the delto and delfrom (popup_delegate_cb): show a delegate dialog and
2001-07-24 JP Rosevear <jpr@ximian.com> * gui/dialogs/meeting-page.c (value_at): stip the delto and delfrom (popup_delegate_cb): show a delegate dialog and add the new delegatee and update the delegator (add_section): listen for changes in a more direct manner (get_select_name_dialog): add_section now takes a limit argument * gui/dialogs/e-delegate-dialog.[hc]: New dialog to query the user for a person to delegate to * gui/dialogs/Makefile.am: build/install new files * gui/Makefile.am: add ldadd line for ebook svn path=/trunk/; revision=11364
Diffstat (limited to 'calendar/gui/Makefile.am')
-rw-r--r--calendar/gui/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am
index 4d22893263..0aa57aeda8 100644
--- a/calendar/gui/Makefile.am
+++ b/calendar/gui/Makefile.am
@@ -137,9 +137,12 @@ evolution_calendar_LDADD = \
$(top_builddir)/libical/src/libical/libical.la \
$(top_builddir)/libwombat/libwombat.la \
$(top_builddir)/widgets/meeting-time-sel/libevolutionmtsel.a \
+ $(top_builddir)/addressbook/backend/ebook/libebook.la \
+ $(top_builddir)/libversit/libversit.la \
+ $(top_builddir)/e-util/ename/libename.la \
dialogs/libcal-dialogs.a \
$(top_builddir)/widgets/misc/libemiscwidgets.a \
- $(EXTRA_GNOME_LIBS) \
+ $(EXTRA_GNOME_LIBS) \
$(BONOBO_HTML_GNOME_LIBS) \
$(GNOME_VFS_LIBS) \
$(BONOBO_CONF_LIBS) \