diff options
-rw-r--r-- | calendar/pcs/Makefile.am | 3 | ||||
-rw-r--r-- | calendar/pcs/cal-backend-file.c | 1 |
2 files changed, 1 insertions, 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)); |