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 --- em-format/Makefile.am | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'em-format') diff --git a/em-format/Makefile.am b/em-format/Makefile.am index 953364482f..0f126d0a98 100644 --- a/em-format/Makefile.am +++ b/em-format/Makefile.am @@ -1,10 +1,5 @@ emformatincludedir = $(privincludedir)/em-format -AM_CPPFLAGS = \ - -I$(top_srcdir) \ - -I$(top_srcdir)/widgets \ - $(EVOLUTION_MAIL_CFLAGS) - privsolib_LTLIBRARIES = libemformat.la emformatinclude_HEADERS = \ @@ -12,6 +7,12 @@ emformatinclude_HEADERS = \ em-format-quote.h \ em-stripsig-filter.h +libemformat_la_CPPFLAGS = \ + $(AM_CPPFLAGS) \ + -I$(top_srcdir) \ + -I$(top_srcdir)/widgets \ + $(EVOLUTION_MAIL_CFLAGS) + libemformat_la_SOURCES = \ $(emformatinclude_HEADERS) \ em-format.c \ -- cgit v1.2.3