From f62728b55e201ea92e682e07b3253ce4fb42d5af Mon Sep 17 00:00:00 2001 From: "H.Habighorst" Date: Wed, 30 Sep 2009 23:37:50 -0400 Subject: Bug 596848 - Use per-target CPPFLAGS in automake files --- modules/calendar/Makefile.am | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'modules/calendar/Makefile.am') diff --git a/modules/calendar/Makefile.am b/modules/calendar/Makefile.am index 47d3f8a6b0..fee7c6826d 100644 --- a/modules/calendar/Makefile.am +++ b/modules/calendar/Makefile.am @@ -1,4 +1,8 @@ -AM_CPPFLAGS = \ +module_LTLIBRARIES = \ + libevolution-module-calendar.la + +libevolution_module_calendar_la_CPPFLAGS = \ + $(AM_CPPFLAGS) \ -DG_LOG_DOMAIN=\"calendar-modules\" \ -I$(top_srcdir) \ -I$(top_srcdir)/widgets \ @@ -6,9 +10,6 @@ AM_CPPFLAGS = \ $(GNOME_PLATFORM_CFLAGS) \ $(EVOLUTION_CALENDAR_CFLAGS) -module_LTLIBRARIES = \ - libevolution-module-calendar.la - libevolution_module_calendar_la_SOURCES = \ evolution-module-calendar.c \ e-cal-attachment-handler.c \ -- cgit v1.2.3