aboutsummaryrefslogtreecommitdiffstats
path: root/smime
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-06-14 10:25:54 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-06-14 10:25:54 +0800
commit867baef985e647f1904301d834d7e2ee67f47fa3 (patch)
treee325d90220656835bd6bddee5c281dfad53274d5 /smime
parente6972011f01eab9f8d0a4584f32ee1e2a00f3231 (diff)
downloadgsoc2013-evolution-867baef985e647f1904301d834d7e2ee67f47fa3.tar
gsoc2013-evolution-867baef985e647f1904301d834d7e2ee67f47fa3.tar.gz
gsoc2013-evolution-867baef985e647f1904301d834d7e2ee67f47fa3.tar.bz2
gsoc2013-evolution-867baef985e647f1904301d834d7e2ee67f47fa3.tar.lz
gsoc2013-evolution-867baef985e647f1904301d834d7e2ee67f47fa3.tar.xz
gsoc2013-evolution-867baef985e647f1904301d834d7e2ee67f47fa3.tar.zst
gsoc2013-evolution-867baef985e647f1904301d834d7e2ee67f47fa3.zip
Fix build breakage.
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 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)