diff options
author | Dan Winship <danw@src.gnome.org> | 2001-10-19 21:13:21 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-10-19 21:13:21 +0800 |
commit | 9edbb0578935c8169581ea0b7563007d8448aff7 (patch) | |
tree | 5bbf5ae7dbf50697fe1c8b5b292ded4e45994943 /tools | |
parent | df008ba63479334af89d3724a389447a990b5857 (diff) | |
download | gsoc2013-evolution-9edbb0578935c8169581ea0b7563007d8448aff7.tar gsoc2013-evolution-9edbb0578935c8169581ea0b7563007d8448aff7.tar.gz gsoc2013-evolution-9edbb0578935c8169581ea0b7563007d8448aff7.tar.bz2 gsoc2013-evolution-9edbb0578935c8169581ea0b7563007d8448aff7.tar.lz gsoc2013-evolution-9edbb0578935c8169581ea0b7563007d8448aff7.tar.xz gsoc2013-evolution-9edbb0578935c8169581ea0b7563007d8448aff7.tar.zst gsoc2013-evolution-9edbb0578935c8169581ea0b7563007d8448aff7.zip |
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
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
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) \ |