diff options
author | Jon Trowbridge <trow@src.gnome.org> | 2001-10-27 06:17:23 +0800 |
---|---|---|
committer | Jon Trowbridge <trow@src.gnome.org> | 2001-10-27 06:17:23 +0800 |
commit | d2cc21d95e7a95e3cc19c9d0d0b9367deab358f1 (patch) | |
tree | e78ad1ac820acd50b1132a97eca73f8593b4fd93 /tools/Makefile.am | |
parent | c26da3acf537953d00a77099528775ac3b95a005 (diff) | |
download | gsoc2013-evolution-d2cc21d95e7a95e3cc19c9d0d0b9367deab358f1.tar.gz gsoc2013-evolution-d2cc21d95e7a95e3cc19c9d0d0b9367deab358f1.tar.zst gsoc2013-evolution-d2cc21d95e7a95e3cc19c9d0d0b9367deab358f1.zip |
Wombat: Be afraid. Be VERY afraid.
svn path=/trunk/; revision=14174
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index eee5a29499..d4e442cb10 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,5 +1,7 @@ bin_SCRIPTS = killev evolution-move-tasks evolution-addressbook-clean + bin_PROGRAMS = evolution-addressbook-import evolution-addressbook-export +noinst_PROGRAMS = evolution-addressbook-abuse INCLUDES = \ -DG_LOG_DOMAIN=\"evolution-tools\" \ @@ -30,6 +32,9 @@ evolution_addressbook_import_LDADD = \ evolution_addressbook_export_LDADD = \ $(evolution_addressbook_import_LDADD) +evolution_addressbook_abuse_LDADD = \ + $(evolution_addressbook_import_LDADD) + CLEANFILES = evolution-addressbook-clean |