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 /Makefile.am | |
parent | ae3ed3d477fa2fd7e63e20192edb792e72ee5100 (diff) | |
download | gsoc2013-evolution-ccefbd7f7704a76536d8a0982b1b8f700c70e0ca.tar.gz 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 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index dfa620ff48..a8dc58d99c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -147,7 +147,6 @@ MAINTAINERCLEANFILES = \ DISTCHECK_CONFIGURE_FLAGS = \ --enable-gtk-doc \ --disable-goa \ - --enable-test-component \ --disable-image-inline \ --disable-pst-import \ --disable-weather \ |