From 310ef7be6984d02b7d01ff915a9d47b94c34dbeb Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 28 Feb 2003 18:13:12 +0000 Subject: Remove libalarm.a, which was not being used by the calendar. * gui/Makefile.am (libevolution_calendar_la_LIBADD): Remove libalarm.a, which was not being used by the calendar. * gui/main.c: Remove unneeded alarm.h include. * gui/alarm-notify/Makefile.am (noinst_LIBRARIES): Stop building libalarm.a (evolution_alarm_notify_SOURCES): Add alarm.c, alarm.h (evolution_alarm_notify_LDADD): Remove libalarm.a svn path=/trunk/; revision=20107 --- calendar/gui/main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'calendar/gui/main.c') diff --git a/calendar/gui/main.c b/calendar/gui/main.c index 11837a37b3..f0534adbd1 100644 --- a/calendar/gui/main.c +++ b/calendar/gui/main.c @@ -39,7 +39,6 @@ #include #include "dialogs/cal-prefs-dialog.h" -#include "alarm-notify/alarm.h" #include "calendar-commands.h" #include "calendar-config.h" #include "calendar-component.h" -- cgit v1.2.3