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/tools/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'addressbook/tools') diff --git a/addressbook/tools/Makefile.am b/addressbook/tools/Makefile.am index 4444d018f8..35d742ef3d 100644 --- a/addressbook/tools/Makefile.am +++ b/addressbook/tools/Makefile.am @@ -2,10 +2,10 @@ privlibexec_SCRIPTS = \ csv2vcard \ evolution-addressbook-clean -privlibexec_PROGRAMS = \ - evolution-addressbook-export +privlibexec_PROGRAMS = evolution-addressbook-export -AM_CPPFLAGS = \ +evolution_addressbook_export_CPPFLAGS = \ + $(AM_CPPFLAGS) \ -DG_LOG_DOMAIN=\"evolution-addressbook-tools\" \ -I$(top_srcdir) \ -I$(top_builddir) \ -- cgit v1.2.3