diff options
author | Miguel de Icaza <miguel@src.gnome.org> | 2000-04-12 12:50:02 +0800 |
---|---|---|
committer | Miguel de Icaza <miguel@src.gnome.org> | 2000-04-12 12:50:02 +0800 |
commit | 3ef836d8a78e2d9b9026810b3a5bb9600319342c (patch) | |
tree | 4e3c2c12a1ccf43c9495423a724201c8cb034f77 /camel | |
parent | 7dbd2430deb3ffd3f16e2e9570b3649df13aaa4c (diff) | |
download | gsoc2013-evolution-3ef836d8a78e2d9b9026810b3a5bb9600319342c.tar gsoc2013-evolution-3ef836d8a78e2d9b9026810b3a5bb9600319342c.tar.gz gsoc2013-evolution-3ef836d8a78e2d9b9026810b3a5bb9600319342c.tar.bz2 gsoc2013-evolution-3ef836d8a78e2d9b9026810b3a5bb9600319342c.tar.lz gsoc2013-evolution-3ef836d8a78e2d9b9026810b3a5bb9600319342c.tar.xz gsoc2013-evolution-3ef836d8a78e2d9b9026810b3a5bb9600319342c.tar.zst gsoc2013-evolution-3ef836d8a78e2d9b9026810b3a5bb9600319342c.zip |
Fix the embarassing cursor bug.
Fix the embarassing cursor bug.
svn path=/trunk/; revision=2404
Diffstat (limited to 'camel')
-rw-r--r-- | camel/ChangeLog | 5 | ||||
-rw-r--r-- | camel/Makefile.am | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 984cc4b81b..67601b4095 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,8 @@ +2000-04-12 Miguel de Icaza <miguel@gnu.org> + + * Makefile.am (pthread_SRC): Use correct names for the pthread + source variables. + 2000-04-10 Dan Winship <danw@helixcode.com> * providers/pop3/camel-pop3-store.c (pop3_connect): fix various diff --git a/camel/Makefile.am b/camel/Makefile.am index 16e180a392..2ce0e029dd 100644 --- a/camel/Makefile.am +++ b/camel/Makefile.am @@ -25,8 +25,8 @@ pthread_HDR = \ else -libcamel_pthread_SRC = -libcamel_pthread_HDR= +pthread_SRC = +pthread_HDR= endif |