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/providers/imap | |
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/providers/imap')
-rw-r--r-- | camel/providers/imap/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
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 |