summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2001-07-20 20:59:23 +0000
committerJP Rosevear <jpr@src.gnome.org>2001-07-20 20:59:23 +0000
commit090b13ac88e8e8c67cc47a28a1649aa6fe008217 (patch)
treedcc6e09e69cdf36269315f629c4c12ce1fa6b8f4
parentef3b90240626856537f1b4c6b4bde730f0fc6e4a (diff)
downloadevolution-data-server-evolution-0-11-branch.tar.gz
move tests back to subdirsEVOLUTION_0_11evolution-0-11-branch
2001-07-20 JP Rosevear <jpr@ximian.com> * Makefile.am: move tests back to subdirs
-rw-r--r--camel/ChangeLog4
-rw-r--r--camel/Makefile.am4
2 files changed, 5 insertions, 3 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index a004b0b0e..a92a528ce 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,7 @@
+2001-07-20 JP Rosevear <jpr@ximian.com>
+
+ * Makefile.am: move tests back to subdirs
+
2001-07-17 Peter Williams <peterw@ximian.com>
Clean up some exception misusage.
diff --git a/camel/Makefile.am b/camel/Makefile.am
index 33e3f57e2..7dafb8bf8 100644
--- a/camel/Makefile.am
+++ b/camel/Makefile.am
@@ -1,8 +1,6 @@
## Process this file with automake to produce Makefile.in
-SUBDIRS = providers
-
-DIST_SUBDIRS = tests
+SUBDIRS = providers tests
libcamelincludedir = $(includedir)/camel
providerdir = $(libdir)/evolution/camel-providers/$(VERSION)