aboutsummaryrefslogtreecommitdiffstats
path: root/camel
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-12-13 07:10:39 +0800
committerDan Winship <danw@src.gnome.org>2000-12-13 07:10:39 +0800
commit662153615033fdb7f7db16c4b2b961481b7fbfaa (patch)
tree677c1f73a7684f84d778118f823101ec9745e31b /camel
parent3049aae2f7c347f2ff7c4fa1a6274278ef2cc1c3 (diff)
downloadgsoc2013-evolution-662153615033fdb7f7db16c4b2b961481b7fbfaa.tar
gsoc2013-evolution-662153615033fdb7f7db16c4b2b961481b7fbfaa.tar.gz
gsoc2013-evolution-662153615033fdb7f7db16c4b2b961481b7fbfaa.tar.bz2
gsoc2013-evolution-662153615033fdb7f7db16c4b2b961481b7fbfaa.tar.lz
gsoc2013-evolution-662153615033fdb7f7db16c4b2b961481b7fbfaa.tar.xz
gsoc2013-evolution-662153615033fdb7f7db16c4b2b961481b7fbfaa.tar.zst
gsoc2013-evolution-662153615033fdb7f7db16c4b2b961481b7fbfaa.zip
Add missing .h file. (From campd.)
* tests/lib/Makefile.am: Add missing .h file. (From campd.) svn path=/trunk/; revision=6951
Diffstat (limited to 'camel')
-rw-r--r--camel/ChangeLog4
-rw-r--r--camel/tests/lib/Makefile.am8
2 files changed, 6 insertions, 6 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 2867f7e9b6..c25006880b 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,7 @@
+2000-12-12 Dan Winship <danw@helixcode.com>
+
+ * tests/lib/Makefile.am: Add missing .h file. (From campd.)
+
2000-12-11 Not Zed <NotZed@HelixCode.com>
* providers/smtp/camel-smtp-transport.c (smtp_data): Remove use of
diff --git a/camel/tests/lib/Makefile.am b/camel/tests/lib/Makefile.am
index aef91a1253..64190473f5 100644
--- a/camel/tests/lib/Makefile.am
+++ b/camel/tests/lib/Makefile.am
@@ -8,9 +8,5 @@ libcameltest_a_SOURCES = \
messages.c messages.h \
addresses.c addresses.h \
folders.c folders.h \
- streams.c streams.h
-
-
-
-
-
+ streams.c streams.h \
+ address-data.h