diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-06-14 10:25:54 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-06-14 10:25:54 +0800 |
commit | 867baef985e647f1904301d834d7e2ee67f47fa3 (patch) | |
tree | e325d90220656835bd6bddee5c281dfad53274d5 /smime/lib/Makefile.am | |
parent | e6972011f01eab9f8d0a4584f32ee1e2a00f3231 (diff) | |
download | gsoc2013-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/lib/Makefile.am')
-rw-r--r-- | smime/lib/Makefile.am | 2 |
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) |