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/subject-thread/Makefile.am | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'plugins/subject-thread') diff --git a/plugins/subject-thread/Makefile.am b/plugins/subject-thread/Makefile.am index e27b08bfbe..a5686b6dc8 100644 --- a/plugins/subject-thread/Makefile.am +++ b/plugins/subject-thread/Makefile.am @@ -1,11 +1,13 @@ -AM_CPPFLAGS = \ - -I$(top_srcdir) \ - $(EVOLUTION_MAIL_CFLAGS) +plugin_LTLIBRARIES = liborg-gnome-subject-thread.la @EVO_PLUGIN_RULE@ plugin_DATA = org-gnome-subject-thread.eplug -plugin_LTLIBRARIES = liborg-gnome-subject-thread.la + +liborg_gnome_subject_thread_la_CPPFLAGS = \ + $(AM_CPPFLAGS) \ + -I$(top_srcdir) \ + $(EVOLUTION_MAIL_CFLAGS) liborg_gnome_subject_thread_la_SOURCES = subject-thread.c liborg_gnome_subject_thread_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED) -- cgit v1.2.3