aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-06-14 10:25:54 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-06-20 18:38:34 +0800
commita4a310d49f49c05c9e52c35177e7dcb03aa9781f (patch)
tree7e72aff6d13943d0b7f783a0b72b0a98d602976b
parent6dbf75065955f6d83bddf2cfe74e0b90d1b549eb (diff)
downloadgsoc2013-evolution-a4a310d49f49c05c9e52c35177e7dcb03aa9781f.tar
gsoc2013-evolution-a4a310d49f49c05c9e52c35177e7dcb03aa9781f.tar.gz
gsoc2013-evolution-a4a310d49f49c05c9e52c35177e7dcb03aa9781f.tar.bz2
gsoc2013-evolution-a4a310d49f49c05c9e52c35177e7dcb03aa9781f.tar.lz
gsoc2013-evolution-a4a310d49f49c05c9e52c35177e7dcb03aa9781f.tar.xz
gsoc2013-evolution-a4a310d49f49c05c9e52c35177e7dcb03aa9781f.tar.zst
gsoc2013-evolution-a4a310d49f49c05c9e52c35177e7dcb03aa9781f.zip
Fix build breakage.
-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 a1db64ad43..a8887b3d49 100644
--- a/smime/lib/Makefile.am
+++ b/smime/lib/Makefile.am
@@ -13,6 +13,7 @@ libessmime_la_CPPFLAGS = \
-DEVOLUTION_UIDIR=\""$(uidir)"\" \
-DPREFIX=\""$(prefix)"\" \
$(GNOME_PLATFORM_CFLAGS) \
+ $(CAMEL_CFLAGS) \
$(CERT_UI_CFLAGS)
libessmime_la_SOURCES = \
@@ -30,6 +31,7 @@ libessmime_la_SOURCES = \
libessmime_la_LIBADD = \
$(top_builddir)/e-util/libeutil.la \
$(GNOME_PLATFORM_LIBS) \
+ $(CAMEL_LIBS) \
$(CERT_UI_LIBS)
libessmime_la_LDFLAGS = $(NO_UNDEFINED)