diff options
author | Dan Winship <danw@src.gnome.org> | 2000-07-02 06:50:12 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-07-02 06:50:12 +0800 |
commit | 6dabd2bd964e2e6692fa01261104fe4a510a0fa8 (patch) | |
tree | dea249e7e5909e5e717bb4cbd73ae48e891230c5 /camel | |
parent | 00d1c1c3335a6d1d7cb342b77923b8869e6e631c (diff) | |
download | gsoc2013-evolution-6dabd2bd964e2e6692fa01261104fe4a510a0fa8.tar gsoc2013-evolution-6dabd2bd964e2e6692fa01261104fe4a510a0fa8.tar.gz gsoc2013-evolution-6dabd2bd964e2e6692fa01261104fe4a510a0fa8.tar.bz2 gsoc2013-evolution-6dabd2bd964e2e6692fa01261104fe4a510a0fa8.tar.lz gsoc2013-evolution-6dabd2bd964e2e6692fa01261104fe4a510a0fa8.tar.xz gsoc2013-evolution-6dabd2bd964e2e6692fa01261104fe4a510a0fa8.tar.zst gsoc2013-evolution-6dabd2bd964e2e6692fa01261104fe4a510a0fa8.zip |
remove unneeded libcamelimap_la_LDADD.
* providers/imap/Makefile.am: remove unneeded
libcamelimap_la_LDADD.
svn path=/trunk/; revision=3850
Diffstat (limited to 'camel')
-rw-r--r-- | camel/ChangeLog | 3 | ||||
-rw-r--r-- | camel/providers/imap/Makefile.am | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index a8f4b721ca..45e4540365 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,8 @@ 2000-07-01 Dan Winship <danw@helixcode.com> + * providers/imap/Makefile.am: remove unneeded + libcamelimap_la_LDADD. + * providers/pop3/camel-pop3-store.c (connect_to_server): fix the CAPA-parsing code to not get into an infinite loop. diff --git a/camel/providers/imap/Makefile.am b/camel/providers/imap/Makefile.am index 4fc2397e62..8ac7f8c1fa 100644 --- a/camel/providers/imap/Makefile.am +++ b/camel/providers/imap/Makefile.am @@ -34,9 +34,6 @@ libcamelimapinclude_HEADERS = \ libcamelimap_la_LDFLAGS = -version-info 0:0:0 -libcamelimap_la_LIBADD = $(top_builddir)/e-util/libeutil.la $(UNICODE_LIBS) -#libcamelimap_la_LIBADD = $(top_builddir)/libibex/libibex.la $(UNICODE_LIBS) - EXTRA_DIST = libcamelimap.urls |