aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/Makefile.am
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2001-01-23 09:54:42 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-01-23 09:54:42 +0800
commitbbda4d56c31cd0b21edd5c198ac6da6bea2988ad (patch)
tree0a021aec83f04a90b2e00f65adbfc10cd4ce952e /calendar/gui/dialogs/Makefile.am
parent7befb4dc1e76aea9bd54126d4e7fc0d47bf4a51c (diff)
downloadgsoc2013-evolution-bbda4d56c31cd0b21edd5c198ac6da6bea2988ad.tar
gsoc2013-evolution-bbda4d56c31cd0b21edd5c198ac6da6bea2988ad.tar.gz
gsoc2013-evolution-bbda4d56c31cd0b21edd5c198ac6da6bea2988ad.tar.bz2
gsoc2013-evolution-bbda4d56c31cd0b21edd5c198ac6da6bea2988ad.tar.lz
gsoc2013-evolution-bbda4d56c31cd0b21edd5c198ac6da6bea2988ad.tar.xz
gsoc2013-evolution-bbda4d56c31cd0b21edd5c198ac6da6bea2988ad.tar.zst
gsoc2013-evolution-bbda4d56c31cd0b21edd5c198ac6da6bea2988ad.zip
compile new stuff
2001-01-22 JP Rosevear <jpr@ximian.com> * gui/dialogs/Makefile.am: compile new stuff * gui/dialogs/task-editor.c (prompt_to_save_changes): use new standard dialog * gui/event-editor.c (prompt_to_save_changes): ditto * gui/dialogs/save-comp.h: new header * gui/dialogs/save-comp.c (save_component_dialog): shows the save dialog svn path=/trunk/; revision=7733
Diffstat (limited to 'calendar/gui/dialogs/Makefile.am')
-rw-r--r--calendar/gui/dialogs/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/dialogs/Makefile.am b/calendar/gui/dialogs/Makefile.am
index 91720b596b..39ae32d758 100644
--- a/calendar/gui/dialogs/Makefile.am
+++ b/calendar/gui/dialogs/Makefile.am
@@ -21,6 +21,8 @@ libcal_dialogs_a_SOURCES = \
cal-prefs-dialog.h \
delete-comp.c \
delete-comp.h \
+ save-comp.c \
+ save-comp.h \
task-editor.c \
task-editor.h