aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/smtp
diff options
context:
space:
mode:
author7 <jpr@helixcode.com>2000-10-28 02:28:20 +0800
committerJP Rosevear <jpr@src.gnome.org>2000-10-28 02:28:20 +0800
commit4edb2c4651a6efb370cadb79a2bd7624d7a2a09c (patch)
tree14ade458723634c3f20d122b547ac08c6b8e9a68 /camel/providers/smtp
parentc0de1438d0af9580cb84957f668638ffb30f04ad (diff)
downloadgsoc2013-evolution-4edb2c4651a6efb370cadb79a2bd7624d7a2a09c.tar
gsoc2013-evolution-4edb2c4651a6efb370cadb79a2bd7624d7a2a09c.tar.gz
gsoc2013-evolution-4edb2c4651a6efb370cadb79a2bd7624d7a2a09c.tar.bz2
gsoc2013-evolution-4edb2c4651a6efb370cadb79a2bd7624d7a2a09c.tar.lz
gsoc2013-evolution-4edb2c4651a6efb370cadb79a2bd7624d7a2a09c.tar.xz
gsoc2013-evolution-4edb2c4651a6efb370cadb79a2bd7624d7a2a09c.tar.zst
gsoc2013-evolution-4edb2c4651a6efb370cadb79a2bd7624d7a2a09c.zip
build md5-utils
2000-10-27 <jpr@helixcode.com> * Makefile.am: build md5-utils * md5-utils.c: Make part of util, get rid of camel stream util function include string.h * md5-utils.h: ditto 2000-10-27 <jpr@helixcode.com> * providers/pop3/Makefile.am: Tidy up build * providers/smtp/Makefile.am: ditto * Makefile.am: Move md5-utils.[hc] to e-util because the addressbook is going to use md5 hashes for pilot syncing. Maybe the calendar conduits as well because this is a good idea Chris had. svn path=/trunk/; revision=6234
Diffstat (limited to 'camel/providers/smtp')
-rw-r--r--camel/providers/smtp/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/camel/providers/smtp/Makefile.am b/camel/providers/smtp/Makefile.am
index 0762283161..734a4e5128 100644
--- a/camel/providers/smtp/Makefile.am
+++ b/camel/providers/smtp/Makefile.am
@@ -13,8 +13,9 @@ INCLUDES = \
-I$(srcdir)/../../.. \
-I$(includedir) \
-I$(top_srcdir)/intl \
- $(GTK_INCLUDEDIR) \
-I$(top_srcdir)/camel \
+ -I$(top_srcdir)/e-util \
+ $(GTK_INCLUDEDIR) \
-DG_LOG_DOMAIN=\"camel-smtp-provider\"
libcamelsmtp_la_SOURCES = \
@@ -27,4 +28,6 @@ libcamelsmtpinclude_HEADERS = \
libcamelsmtp_la_LDFLAGS = -version-info 0:0:0
+libcamelsmtp_la_LIBADD = $(top_builddir)/e-util/libeutil.la $(UNICODE_LIBS)
+
EXTRA_DIST = libcamelsmtp.urls