diff options
author | Dan Winship <danw@src.gnome.org> | 2000-04-26 23:06:19 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-04-26 23:06:19 +0800 |
commit | 75a19475c9dc429e17019133eb8da387e96d04af (patch) | |
tree | 7c4f3ddedf7d53625248e79cfb260b572da5470d /Makefile.am | |
parent | 85eafe5cb2cf0d6c5aeff0cd97840be7e3911b46 (diff) | |
download | gsoc2013-evolution-75a19475c9dc429e17019133eb8da387e96d04af.tar gsoc2013-evolution-75a19475c9dc429e17019133eb8da387e96d04af.tar.gz gsoc2013-evolution-75a19475c9dc429e17019133eb8da387e96d04af.tar.bz2 gsoc2013-evolution-75a19475c9dc429e17019133eb8da387e96d04af.tar.lz gsoc2013-evolution-75a19475c9dc429e17019133eb8da387e96d04af.tar.xz gsoc2013-evolution-75a19475c9dc429e17019133eb8da387e96d04af.tar.zst gsoc2013-evolution-75a19475c9dc429e17019133eb8da387e96d04af.zip |
Update for the camel changes.
* tests: Update for the camel changes.
* Makefile.am (SUBDIRS): Remove tests. They aren't terribly
useful/interesting any more for the most part, and they frequently
don't compile.
svn path=/trunk/; revision=2636
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 84a6970be4..84a282bb0f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,6 @@ SUBDIRS = \ filter \ composer \ mail \ - tests \ libical \ libversit \ addressbook \ |