aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/cal-util/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/cal-util/Makefile.am')
-rw-r--r--calendar/cal-util/Makefile.am10
1 files changed, 8 insertions, 2 deletions
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
#