From 9c3afb6102b7c4d7ac502cace38104a8d5b10737 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 6 Feb 2003 01:57:36 +0000 Subject: Remove cruft. (pcsincludedir): Define in terms of privincludedir * pcs/Makefile.am (INCLUDES): Remove cruft. (pcsincludedir): Define in terms of privincludedir * pcs/cal-backend-file.c (cal_backend_file_finalize): Remove unused variable svn path=/trunk/; revision=19789 --- calendar/pcs/Makefile.am | 3 +-- calendar/pcs/cal-backend-file.c | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/calendar/pcs/Makefile.am b/calendar/pcs/Makefile.am index ebb1e7c81c..a892fcb71f 100644 --- a/calendar/pcs/Makefile.am +++ b/calendar/pcs/Makefile.am @@ -7,7 +7,6 @@ INCLUDES = \ -I$(top_builddir)/libical/src/libical \ -I$(top_srcdir)/libwombat \ -I$(top_builddir)/libwombat \ - -DGNOMELOCALEDIR=\""$(localedir)"\" \ $(EVOLUTION_CALENDAR_CFLAGS) CORBA_GENERATED_H = \ @@ -28,7 +27,7 @@ idl_flags = -I $(srcdir) $(IDL_INCLUDES) $(CORBA_GENERATED): $(idls) $(ORBIT_IDL) $(idl_flags) $(srcdir)/../idl/evolution-calendar.idl -pcsincludedir = $(includedir)/evolution-$(BASE_VERSION)/pcs +pcsincludedir = $(privincludedir)/pcs privlib_LIBRARIES = libpcs.a noinst_LIBRARIES = libpcsfile.a diff --git a/calendar/pcs/cal-backend-file.c b/calendar/pcs/cal-backend-file.c index dc253c0001..242904fb48 100644 --- a/calendar/pcs/cal-backend-file.c +++ b/calendar/pcs/cal-backend-file.c @@ -352,7 +352,6 @@ cal_backend_file_finalize (GObject *object) { CalBackendFile *cbfile; CalBackendFilePrivate *priv; - GList *clients; g_return_if_fail (object != NULL); g_return_if_fail (IS_CAL_BACKEND_FILE (object)); -- cgit v1.2.3