diff options
author | Dan Winship <danw@src.gnome.org> | 2000-12-13 07:10:39 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-12-13 07:10:39 +0800 |
commit | 662153615033fdb7f7db16c4b2b961481b7fbfaa (patch) | |
tree | 677c1f73a7684f84d778118f823101ec9745e31b | |
parent | 3049aae2f7c347f2ff7c4fa1a6274278ef2cc1c3 (diff) | |
download | gsoc2013-evolution-662153615033fdb7f7db16c4b2b961481b7fbfaa.tar.gz 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
-rw-r--r-- | camel/ChangeLog | 4 | ||||
-rw-r--r-- | camel/tests/lib/Makefile.am | 8 |
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 |