diff options
author | nobody <nobody@localhost> | 2002-02-11 05:10:16 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2002-02-11 05:10:16 +0800 |
commit | 0614aa06229e92b77b8a50c4bd508cb251d2c3d7 (patch) | |
tree | 2c681b46c6ec4a4ab7326e55b588d9758e0dd363 /tools/Makefile.am | |
parent | cfc4826ef837954667ec18d9df72786e73ff1e25 (diff) | |
download | gsoc2013-evolution-BALSA_1_3_3.tar.gz gsoc2013-evolution-BALSA_1_3_3.tar.zst gsoc2013-evolution-BALSA_1_3_3.zip |
This commit was manufactured by cvs2svn to create tag 'BALSA_1_3_3'.BALSA_1_3_3
svn path=/tags/BALSA_1_3_3/; revision=15642
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am deleted file mode 100644 index 143790f87d..0000000000 --- a/tools/Makefile.am +++ /dev/null @@ -1,48 +0,0 @@ -bin_SCRIPTS = \ - csv2vcard \ - evolution-move-tasks \ - evolution-addressbook-clean \ - killev - -bin_PROGRAMS = \ - evolution-addressbook-import \ - evolution-addressbook-export - -noinst_PROGRAMS = evolution-addressbook-abuse - -INCLUDES = \ - -DG_LOG_DOMAIN=\"evolution-tools\" \ - -I$(top_srcdir) \ - -I$(top_builddir) \ - -DEVOLUTION_BINDIR=\""$(bindir)"\" \ - -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \ - -I$(top_srcdir)/addressbook \ - $(GNOME_FULL_CFLAGS) - -EXTRA_DIST = $(bin_SCRIPTS) verify-evolution-install.sh \ - evolution-addressbook-clean.in - -evolution_addressbook_import_LDADD = \ - $(GNOME_FULL_LIBS) \ - $(top_builddir)/addressbook/backend/ebook/libebook.la \ - $(top_builddir)/camel/libcamel.la \ - $(top_builddir)/libibex/libibex.la \ - $(top_builddir)/e-util/ename/libename.la \ - $(top_builddir)/libversit/libversit.la \ - $(top_builddir)/e-util/libeutil.la \ - $(top_builddir)/widgets/menus/libmenus.la - -evolution_addressbook_export_LDADD = \ - $(evolution_addressbook_import_LDADD) - -evolution_addressbook_abuse_LDADD = \ - $(evolution_addressbook_import_LDADD) - -CLEANFILES = evolution-addressbook-clean - - -evolution-addressbook-clean: evolution-addressbook-clean.in Makefile -## Use sed and then mv to avoid problems if the user interrupts. - sed -e 's?\@EVOLUTION_BINDIR\@?$(bindir)?g' \ - < $(srcdir)/evolution-addressbook-clean.in > evolution-addressbook-clean.tmp \ - && mv evolution-addressbook-clean.tmp evolution-addressbook-clean |