From 9edbb0578935c8169581ea0b7563007d8448aff7 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 19 Oct 2001 13:13:21 +0000 Subject: Merge the two EXTRA_DIST declarations together so they both happen. * tools/Makefile.am (EXTRA_DIST): Merge the two EXTRA_DIST declarations together so they both happen. svn path=/trunk/; revision=13791 --- tools/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'tools') diff --git a/tools/Makefile.am b/tools/Makefile.am index 4b5516d28f..eee5a29499 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,9 +1,6 @@ bin_SCRIPTS = killev evolution-move-tasks evolution-addressbook-clean bin_PROGRAMS = evolution-addressbook-import evolution-addressbook-export -EXTRA_DIST = \ - evolution-addressbook-clean.in - INCLUDES = \ -DG_LOG_DOMAIN=\"evolution-tools\" \ $(EXTRA_GNOME_CFLAGS) \ @@ -15,7 +12,8 @@ INCLUDES = \ -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \ -I$(top_srcdir)/addressbook -EXTRA_DIST = $(bin_SCRIPTS) verify-evolution-install.sh +EXTRA_DIST = $(bin_SCRIPTS) verify-evolution-install.sh \ + evolution-addressbook-clean.in evolution_addressbook_import_LDADD = \ $(EXTRA_GNOME_LIBS) \ -- cgit v1.2.3