From 75f8b00ea05e5485530fb4a74af7e9afdf5345ae Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Sun, 16 Apr 2000 19:25:56 +0000 Subject: Renamed library from libcalutil to libcal-util, to be consistent with 2000-04-16 Federico Mena Quintero * cal-util/Makefile.am: Renamed library from libcalutil to libcal-util, to be consistent with libcal-client. Install header files in $(includedir)/evolution/cal-util. (INCLUDES): Add "cal-util" log domain for glib. (libcal_clientincludedir): The header files are now installed in $(includedir)/evolution/cal-client. * cal-util/cal-util.h: Fix includes. * cal-client/client-test.c: Fix includes. * pcs/Makefile.am: Create libpcs.a, not a shared library, because it is for internal use by Wombat only. The header files should not be installed, either. Removed all the old Tlacuache stuff. * gui/Makefile.am (EXTRA_DIST): We no longer distribute gncal.desktop. (evolution_calendar_INCLUDES): Add "calendar-gui" for the glib log domain. * gui/*.[ch]: Fix cal-util and cal-client includes. * pcs/Makefile.am (INCLUDES): Added "pcs" log domain for glib. * pcs/*.[ch]: Fix cal-util includes. svn path=/trunk/; revision=2461 --- calendar/gui/year-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui/year-view.c') diff --git a/calendar/gui/year-view.c b/calendar/gui/year-view.c index d5c56c5633..766ad965b6 100644 --- a/calendar/gui/year-view.c +++ b/calendar/gui/year-view.c @@ -9,12 +9,12 @@ #include #include #include +#include #include "eventedit.h" #include "year-view.h" #include "calendar-commands.h" #include "mark.h" #include "quick-view.h" -#include "cal-util/timeutil.h" #define HEAD_SPACING 4 /* Spacing between year heading and months */ -- cgit v1.2.3