From 017a40b429a28c7b69abee005262794dde049e15 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Thu, 23 Apr 1998 00:26:37 +0000 Subject: Made it use popup_menu(). 1998-04-22 Federico Mena Quintero * gncal-full-day.c: Made it use popup_menu(). * popup-menu.c: New file with utility functions for creating popup menus. Maybe such a thing would be useful in libgnomeui, a la gnome-app-helper? * Makefile.am (gnomecal_SOURCES): Added popup-menu.[ch] to the sources. 1998-04-21 Federico Mena Quintero * gncal-todo.c: New widget for editing TODO lists. This will be worked on a lot. * Makefile.am (gnomecal_SOURCES): Added gncal-todo.[ch] to the sources. * gncal-day-panel.c: Make it use the new TODO widget. svn path=/trunk/; revision=189 --- calendar/Makefile.am | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'calendar/Makefile.am') diff --git a/calendar/Makefile.am b/calendar/Makefile.am index 61ace641f3..c0d18f5b55 100644 --- a/calendar/Makefile.am +++ b/calendar/Makefile.am @@ -16,6 +16,8 @@ gnomecal_SOURCES = \ calendar.h \ calobj.c \ calobj.h \ + eventedit.c \ + eventedit.h \ gncal-day-panel.c \ gncal-day-panel.h \ gncal-day-view.c \ @@ -24,21 +26,23 @@ gnomecal_SOURCES = \ gncal-full-day.h \ gncal-week-view.c \ gncal-week-view.h \ + gncal-todo.c \ + gncal-todo.h \ gncal-year-view.c \ gncal-year-view.h \ getdate.y \ gnome-cal.c \ gnome-cal.h \ main.c \ + popup-menu.c \ + popup-menu.h \ prop.c \ timeutil.c \ timeutil.h \ view-utils.h \ view-utils.c \ views.h \ - views.c \ - eventedit.c \ - eventedit.h + views.c #gncal_SOURCES = \ -- cgit v1.2.3