From c6c65136bb37bd87e9d50735e1543bd296ee513d Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Sat, 4 Mar 2000 03:58:38 +0000 Subject: new file -- things shared between the client and server go in this * cal-util/Makefile.am: new file -- things shared between the client and server go in this directory * calobj.c calobj.h icalendar.c icalendar.h timeutil.c timeutil.h cal-util.c cal-util.h where moved backend stuff went into pcs. shared stuff went into cal-util. svn path=/trunk/; revision=2032 --- calendar/gui/calendar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui/calendar.h') diff --git a/calendar/gui/calendar.h b/calendar/gui/calendar.h index 23fa65c094..83a5f67c84 100644 --- a/calendar/gui/calendar.h +++ b/calendar/gui/calendar.h @@ -1,7 +1,7 @@ #ifndef CALENDAR_H #define CALENDAR_H -#include "calobj.h" +#include "pcs/calobj.h" BEGIN_GNOME_DECLS -- cgit v1.2.3