diff options
author | Michael Meeks <michael@helixcode.com> | 2000-10-18 10:23:51 +0800 |
---|---|---|
committer | Michael Meeks <mmeeks@src.gnome.org> | 2000-10-18 10:23:51 +0800 |
commit | bcafa8027f5f7d7f9a513a1109c6ec81bee8f5df (patch) | |
tree | 59a583c73239110f663c4cbe463ce309d7cb7106 /calendar/gui/dialogs/Makefile.am | |
parent | c0cc72015d1902bfdedb50ba3cbd23cf59afbc56 (diff) | |
download | gsoc2013-evolution-bcafa8027f5f7d7f9a513a1109c6ec81bee8f5df.tar.gz gsoc2013-evolution-bcafa8027f5f7d7f9a513a1109c6ec81bee8f5df.tar.zst gsoc2013-evolution-bcafa8027f5f7d7f9a513a1109c6ec81bee8f5df.zip |
die. (debug_xml_cb): add debugging hook.
2000-10-18 Michael Meeks <michael@helixcode.com>
* gui/dialogs/task-editor.c (create_menu, create_toolbar): die.
(debug_xml_cb): add debugging hook.
* gui/dialogs/Makefile.am: add EVOLUTION_DATADIR
* gui/dialogs/task-editor.c (task_editor_construct): upd for new UI.
svn path=/trunk/; revision=5973
Diffstat (limited to 'calendar/gui/dialogs/Makefile.am')
-rw-r--r-- | calendar/gui/dialogs/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/dialogs/Makefile.am b/calendar/gui/dialogs/Makefile.am index b39c2a7eac..98c8be9f97 100644 --- a/calendar/gui/dialogs/Makefile.am +++ b/calendar/gui/dialogs/Makefile.am @@ -7,6 +7,7 @@ INCLUDES = \ -I$(top_srcdir)/libical/src/libical \ -I$(top_builddir)/libical/src/libical \ -I$(includedir) \ + -DEVOLUTION_DATADIR=\""$(datadir)"\" \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ $(BONOBO_VFS_GNOME_CFLAGS) \ -DGNOMELOCALEDIR=\""$(datadir)/locale"\" |