diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-08-25 05:29:47 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-08-25 05:35:56 +0800 |
commit | ccefbd7f7704a76536d8a0982b1b8f700c70e0ca (patch) | |
tree | 15350037578ed32f24326141a350dbd9aa8f97dd /shell/Makefile.am | |
parent | ae3ed3d477fa2fd7e63e20192edb792e72ee5100 (diff) | |
download | gsoc2013-evolution-ccefbd7f7704a76536d8a0982b1b8f700c70e0ca.tar gsoc2013-evolution-ccefbd7f7704a76536d8a0982b1b8f700c70e0ca.tar.gz gsoc2013-evolution-ccefbd7f7704a76536d8a0982b1b8f700c70e0ca.tar.bz2 gsoc2013-evolution-ccefbd7f7704a76536d8a0982b1b8f700c70e0ca.tar.lz gsoc2013-evolution-ccefbd7f7704a76536d8a0982b1b8f700c70e0ca.tar.xz gsoc2013-evolution-ccefbd7f7704a76536d8a0982b1b8f700c70e0ca.tar.zst gsoc2013-evolution-ccefbd7f7704a76536d8a0982b1b8f700c70e0ca.zip |
Remove test EShellBackend module.
This was useful early in the kill-bonobo project when I was rewriting
EShell from scratch. Nowadays not so much. Drop it.
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 7f4cf87b77..c2829a1cc4 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -1,7 +1,3 @@ -if ENABLE_TEST_COMPONENT -SUBDIRS = . test -endif - # Executable bin_PROGRAMS = evolution |