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/plugin-lib/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'modules/plugin-lib') diff --git a/modules/plugin-lib/Makefile.am b/modules/plugin-lib/Makefile.am index cce60902fa..73c4c8f673 100644 --- a/modules/plugin-lib/Makefile.am +++ b/modules/plugin-lib/Makefile.am @@ -1,10 +1,11 @@ -AM_CPPFLAGS = \ +module_LTLIBRARIES = libevolution-module-plugin-lib.la + +libevolution_module_plugin_lib_la_CPPFLAGS = \ + $(AM_CPPFLAGS) \ -DG_LOG_DOMAIN=\"evolution-plugin-lib\" \ -I$(top_srcdir) \ $(E_UTIL_CFLAGS) -module_LTLIBRARIES = libevolution-module-plugin-lib.la - libevolution_module_plugin_lib_la_SOURCES = \ evolution-module-plugin-lib.c \ e-plugin-lib.c \ -- cgit v1.2.3