diff options
author | nobody <nobody@localhost> | 2001-10-25 06:17:05 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-10-25 06:17:05 +0800 |
commit | ac4d369ac883066e3fe94c5f37b6ed6802f4d129 (patch) | |
tree | 75a31cb1cb19b4266322f9427b0641c1b53aca24 /tools/Makefile.am | |
parent | dcc99c020b6a58e174091b32585159edfae18dd4 (diff) | |
download | gsoc2013-evolution-7status.tar gsoc2013-evolution-7status.tar.gz gsoc2013-evolution-7status.tar.bz2 gsoc2013-evolution-7status.tar.lz gsoc2013-evolution-7status.tar.xz gsoc2013-evolution-7status.tar.zst gsoc2013-evolution-7status.zip |
This commit was manufactured by cvs2svn to create tag 'v7status'.v7status
svn path=/tags/v7status/; revision=14069
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am deleted file mode 100644 index eee5a29499..0000000000 --- a/tools/Makefile.am +++ /dev/null @@ -1,40 +0,0 @@ -bin_SCRIPTS = killev evolution-move-tasks evolution-addressbook-clean -bin_PROGRAMS = evolution-addressbook-import evolution-addressbook-export - -INCLUDES = \ - -DG_LOG_DOMAIN=\"evolution-tools\" \ - $(EXTRA_GNOME_CFLAGS) \ - $(GNOME_INCLUDEDIR) \ - -I$(top_srcdir) \ - -I$(top_builddir) \ - $(BONOBO_HTML_GNOME_CFLAGS) \ - -DEVOLUTION_BINDIR=\""$(bindir)"\" \ - -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \ - -I$(top_srcdir)/addressbook - -EXTRA_DIST = $(bin_SCRIPTS) verify-evolution-install.sh \ - evolution-addressbook-clean.in - -evolution_addressbook_import_LDADD = \ - $(EXTRA_GNOME_LIBS) \ - $(BONOBO_HTML_GNOME_LIBS) \ - $(BONOBO_CONF_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) - -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 |