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 --- addressbook/importers/Makefile.am | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'addressbook/importers') diff --git a/addressbook/importers/Makefile.am b/addressbook/importers/Makefile.am index 27c463b7b3..7ccc4c7545 100644 --- a/addressbook/importers/Makefile.am +++ b/addressbook/importers/Makefile.am @@ -1,8 +1,7 @@ +privsolib_LTLIBRARIES = libevolution-addressbook-importers.la -privsolib_LTLIBRARIES = \ - libevolution-addressbook-importers.la - -AM_CPPFLAGS = \ +libevolution_addressbook_importers_la_CPPFLAGS = \ + $(AM_CPPFLAGS) \ -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \ -DEVOLUTION_SOUNDDIR=\""$(soundsdir)"\" \ -DG_LOG_DOMAIN=\"Evolution-Importer\" \ -- cgit v1.2.3