aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-09-18 23:55:12 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-09-18 23:58:19 +0800
commit461f022eb7fae7147845797c0544304ae35c7e8b (patch)
treea734d25c483a14a36973f9d62f44654782b1be7a /tools/Makefile.am
parent12d1810be39661750956ec1e041f7f572ea86698 (diff)
downloadgsoc2013-evolution-461f022eb7fae7147845797c0544304ae35c7e8b.tar
gsoc2013-evolution-461f022eb7fae7147845797c0544304ae35c7e8b.tar.gz
gsoc2013-evolution-461f022eb7fae7147845797c0544304ae35c7e8b.tar.bz2
gsoc2013-evolution-461f022eb7fae7147845797c0544304ae35c7e8b.tar.lz
gsoc2013-evolution-461f022eb7fae7147845797c0544304ae35c7e8b.tar.xz
gsoc2013-evolution-461f022eb7fae7147845797c0544304ae35c7e8b.tar.zst
gsoc2013-evolution-461f022eb7fae7147845797c0544304ae35c7e8b.zip
Kill the killev program, and the whole tools directory.
The --force-shutdown option now simply runs "pkill evolution".
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am33
1 files changed, 0 insertions, 33 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
deleted file mode 100644
index d16cd7a4a2..0000000000
--- a/tools/Makefile.am
+++ /dev/null
@@ -1,33 +0,0 @@
-if OS_WIN32
-else
-PLATFORM_DEP_TOOLS = \
- killev
-endif
-
-privlibexec_PROGRAMS = \
- $(PLATFORM_DEP_TOOLS)
-
-AM_CPPFLAGS = \
- -DG_LOG_DOMAIN=\"evolution-tools\" \
- -I$(top_srcdir) \
- -I$(top_builddir) \
- -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \
- -DPREFIX=\""$(prefix)"\" \
- -DSYSCONFDIR=\""$(sysconfdir)"\" \
- -DDATADIR=\""$(datadir)"\" \
- -DLIBDIR=\""$(libdir)"\" \
- $(GNOME_PLATFORM_CFLAGS)
-
-EXTRA_DIST = verify-evolution-install.sh
-
-killev_SOURCES = \
- killev.c
-
-killev_LDADD = \
- $(top_builddir)/widgets/misc/libemiscwidgets.la \
- $(top_builddir)/e-util/libeutil.la \
- $(E_UTIL_LIBS)
-
-CLEANFILES = evolution-addressbook-clean $(BUILT_SOURCES)
-
--include $(top_srcdir)/git.mk