From 5fa4b831a798a0aabfdbd46903dbed9b1bde7262 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Thu, 23 Oct 2003 13:55:00 +0000 Subject: update g_date calls to non-deprecated calls 2003-10-23 JP Rosevear * cal-util/cal-recur.c: update g_date calls to non-deprecated calls * cal-util/Makefile.am: turn off deprecated funcs * cal-client/Makefile.am: turn off deprecated funcs * cal-client/cal-client.c (cal_client_get_error_message): add OK message * pcs/cal-backend.[hc]: remove dead funcs * pcs/query.c: tidy headers svn path=/trunk/; revision=23035 --- calendar/cal-util/Makefile.am | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'calendar/cal-util/Makefile.am') diff --git a/calendar/cal-util/Makefile.am b/calendar/cal-util/Makefile.am index 80eb0dc4f3..35bf23965b 100644 --- a/calendar/cal-util/Makefile.am +++ b/calendar/cal-util/Makefile.am @@ -1,5 +1,3 @@ -noinst_PROGRAMS = test-recur - INCLUDES = \ -DG_LOG_DOMAIN=\"cal-util\" \ -I$(top_srcdir) \ @@ -10,6 +8,14 @@ INCLUDES = \ -I$(top_srcdir)/libical/src \ $(EVOLUTION_CALENDAR_CFLAGS) +AM_CFLAGS = \ + -DGTK_DISABLE_DEPRECATED=1 \ + -DGDK_DISABLE_DEPRECATED=1 \ + -DG_DISABLE_DEPRECATED=1 \ + -DGNOME_DISABLE_DEPRECATED=1 + +noinst_PROGRAMS = test-recur + # # cal util library # -- cgit v1.2.3