diff options
Diffstat (limited to 'camel/providers')
-rw-r--r-- | camel/providers/local/Makefile.am | 2 | ||||
-rw-r--r-- | camel/providers/pop3/Makefile.am | 2 | ||||
-rw-r--r-- | camel/providers/smtp/Makefile.am | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/camel/providers/local/Makefile.am b/camel/providers/local/Makefile.am index 9130f62f81..9c6b353186 100644 --- a/camel/providers/local/Makefile.am +++ b/camel/providers/local/Makefile.am @@ -53,6 +53,6 @@ noinst_HEADERS = \ libcamellocal_la_LDFLAGS = -version-info 0:0:0 -libcamellocal_la_LIBADD = $(top_builddir)/e-util/libeutil.la $(top_builddir)/libibex/libibex.la $(UNICODE_LIBS) +libcamellocal_la_LIBADD = $(top_builddir)/e-util/libeutil.la $(top_builddir)/libibex/libibex.la EXTRA_DIST = libcamellocal.urls diff --git a/camel/providers/pop3/Makefile.am b/camel/providers/pop3/Makefile.am index 57fb938d89..476e3d3189 100644 --- a/camel/providers/pop3/Makefile.am +++ b/camel/providers/pop3/Makefile.am @@ -32,6 +32,6 @@ libcamelpop3include_HEADERS = \ libcamelpop3_la_LDFLAGS = $(KRB4_LDFLAGS) -version-info 0:0:0 -libcamelpop3_la_LIBADD = $(top_builddir)/e-util/libeutil.la $(UNICODE_LIBS) +libcamelpop3_la_LIBADD = $(top_builddir)/e-util/libeutil.la EXTRA_DIST = libcamelpop3.urls diff --git a/camel/providers/smtp/Makefile.am b/camel/providers/smtp/Makefile.am index 45e1d77f8c..74597f57f5 100644 --- a/camel/providers/smtp/Makefile.am +++ b/camel/providers/smtp/Makefile.am @@ -31,6 +31,6 @@ libcamelsmtpinclude_HEADERS = \ libcamelsmtp_la_LDFLAGS = -version-info 0:0:0 -libcamelsmtp_la_LIBADD = $(top_builddir)/e-util/libeutil.la $(UNICODE_LIBS) +libcamelsmtp_la_LIBADD = $(top_builddir)/e-util/libeutil.la EXTRA_DIST = libcamelsmtp.urls |