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 --- shell/test/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shell/test/Makefile.am') diff --git a/shell/test/Makefile.am b/shell/test/Makefile.am index 10b1bfb81b..0756a472a3 100644 --- a/shell/test/Makefile.am +++ b/shell/test/Makefile.am @@ -1,6 +1,7 @@ module_LTLIBRARIES = libevolution-module-test.la -AM_CPPFLAGS = \ +libevolution_module_test_la_CPPFLAGS = \ + $(AM_CPPFLAGS) \ -I$(top_srcdir) \ -I$(top_srcdir)/shell \ -I$(top_srcdir)/widgets \ -- cgit v1.2.3