aboutsummaryrefslogtreecommitdiffstats
path: root/smime
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-07-11 21:39:25 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-07-11 21:39:25 +0800
commit3e481b5a3832be009afee04431a95d60761f75bd (patch)
tree746d64adafbe674641a0c7fe2a3caa5b606a340d /smime
parent2c48f517c1c41d7162e1d9fba89807f812ad3f5f (diff)
downloadgsoc2013-evolution-3e481b5a3832be009afee04431a95d60761f75bd.tar.gz
gsoc2013-evolution-3e481b5a3832be009afee04431a95d60761f75bd.tar.zst
gsoc2013-evolution-3e481b5a3832be009afee04431a95d60761f75bd.zip
Fix some linking issues.
Diffstat (limited to 'smime')
-rw-r--r--smime/lib/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/smime/lib/Makefile.am b/smime/lib/Makefile.am
index a8887b3d49..d0f4873503 100644
--- a/smime/lib/Makefile.am
+++ b/smime/lib/Makefile.am
@@ -12,6 +12,7 @@ libessmime_la_CPPFLAGS = \
-DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \
-DEVOLUTION_UIDIR=\""$(uidir)"\" \
-DPREFIX=\""$(prefix)"\" \
+ $(EVOLUTION_DATA_SERVER_CFLAGS) \
$(GNOME_PLATFORM_CFLAGS) \
$(CAMEL_CFLAGS) \
$(CERT_UI_CFLAGS)
@@ -30,6 +31,7 @@ libessmime_la_SOURCES = \
libessmime_la_LIBADD = \
$(top_builddir)/e-util/libeutil.la \
+ $(EVOLUTION_DATA_SERVER_LIBS) \
$(GNOME_PLATFORM_LIBS) \
$(CAMEL_LIBS) \
$(CERT_UI_LIBS)
theydougb2011-10-241-4/+0 * Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,linimon2011-07-211-1/+1 * - Get Rid MD5 supportmiwi2011-03-191-1/+0 * - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.pgollucci2010-12-301-1/+0 * - Set JAVA_VERSION to 1.4 1.5 instead of 1.4+, because the program doesn't ru...nivit2009-03-131-2/+2 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1