diff options
author | Tor Lillqvist <tml@iki.fi> | 2009-11-11 21:34:28 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2009-11-11 21:34:28 +0800 |
commit | c8b9dd726262a5fcaff7085fc642298c03fa4782 (patch) | |
tree | 6ab9283061970162c4862d526d1186a99bcd322d /smime/lib | |
parent | 43a98ec41e2bd0d437eaea8db3021ad181455f8c (diff) | |
download | gsoc2013-evolution-c8b9dd726262a5fcaff7085fc642298c03fa4782.tar.gz gsoc2013-evolution-c8b9dd726262a5fcaff7085fc642298c03fa4782.tar.zst gsoc2013-evolution-c8b9dd726262a5fcaff7085fc642298c03fa4782.zip |
Ensure "pkcs12.h" is the mozilla-nss one and not the gnutls one
Put the Mozilla NSS CFLAGS before the GnuTLS ones in CERT_UI_CFLAGS.
Also, drop unnecessary EVOLUTION_ADDRESSBOOK_CFLAGS in
smime/lib/Makefile.am.
Diffstat (limited to 'smime/lib')
-rw-r--r-- | smime/lib/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/smime/lib/Makefile.am b/smime/lib/Makefile.am index 1ea8a30ead..c2c6772ec7 100644 --- a/smime/lib/Makefile.am +++ b/smime/lib/Makefile.am @@ -13,7 +13,6 @@ libessmime_la_CPPFLAGS = \ -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \ -DEVOLUTION_UIDIR=\""$(evolutionuidir)"\" \ -DPREFIX=\""$(prefix)"\" \ - $(EVOLUTION_ADDRESSBOOK_CFLAGS) \ $(CERT_UI_CFLAGS) libessmime_la_SOURCES = \ |