diff options
Diffstat (limited to 'addressbook/tools/Makefile.am')
-rw-r--r-- | addressbook/tools/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
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) \ |