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 --- plugins/save-calendar/Makefile.am | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'plugins/save-calendar') diff --git a/plugins/save-calendar/Makefile.am b/plugins/save-calendar/Makefile.am index 7149e789bc..0e95ec6fde 100644 --- a/plugins/save-calendar/Makefile.am +++ b/plugins/save-calendar/Makefile.am @@ -1,13 +1,15 @@ -AM_CPPFLAGS = \ - -I$(top_srcdir) \ - -I$(top_srcdir)/widgets \ - $(EVOLUTION_CALENDAR_CFLAGS) - @EVO_PLUGIN_RULE@ plugin_DATA = org-gnome-save-calendar.eplug + plugin_LTLIBRARIES = liborg-gnome-save-calendar.la +liborg_gnome_save_calendar_la_CPPFLAGS = \ + $(AM_CPPFLAGS) \ + -I$(top_srcdir) \ + -I$(top_srcdir)/widgets \ + $(EVOLUTION_CALENDAR_CFLAGS) + liborg_gnome_save_calendar_la_SOURCES = \ save-calendar.c \ ical-format.c \ -- cgit v1.2.3