aboutsummaryrefslogtreecommitdiffstats
path: root/smime
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2005-07-20 16:25:37 +0800
committerTor Lillqvist <tml@src.gnome.org>2005-07-20 16:25:37 +0800
commit7e888fe544055c600721f3596ceec367427547cc (patch)
treeee6d4a3f7240d76f6af94057090e389b8472568a /smime
parent1aea2e95fde012af2fcba7cc86b175a4c2b0f4d8 (diff)
downloadgsoc2013-evolution-7e888fe544055c600721f3596ceec367427547cc.tar.gz
gsoc2013-evolution-7e888fe544055c600721f3596ceec367427547cc.tar.zst
gsoc2013-evolution-7e888fe544055c600721f3596ceec367427547cc.zip
Use privsolib here, too. Link with libeutil and CERT_UI_LIBS. Use
2005-07-20 Tor Lillqvist <tml@novell.com> * lib/Makefile.am: Use privsolib here, too. Link with libeutil and CERT_UI_LIBS. Use NO_UNDEFINED. svn path=/trunk/; revision=29812
Diffstat (limited to 'smime')
-rw-r--r--smime/ChangeLog3
-rw-r--r--smime/lib/Makefile.am8
2 files changed, 10 insertions, 1 deletions
diff --git a/smime/ChangeLog b/smime/ChangeLog
index 1c469da7c2..f7499b9859 100644
--- a/smime/ChangeLog
+++ b/smime/ChangeLog
@@ -4,6 +4,9 @@
bindir on Win32. (See ChangeLog entry in .. from 2005-06-18.) Link
with libeshell. Use NO_UNDEFINED.
+ * lib/Makefile.am: Use privsolib here, too. Link with libeutil and
+ CERT_UI_LIBS. Use NO_UNDEFINED.
+
2005-06-06 JP Rosevear <jpr@novell.com>
* lib/e-cert-db.c (install_loadable_roots): pull up missing merge
diff --git a/smime/lib/Makefile.am b/smime/lib/Makefile.am
index 5a7c29b3ed..df055929dd 100644
--- a/smime/lib/Makefile.am
+++ b/smime/lib/Makefile.am
@@ -13,7 +13,7 @@ INCLUDES = \
$(EVOLUTION_ADDRESSBOOK_CFLAGS) \
$(CERT_UI_CFLAGS)
-privlib_LTLIBRARIES = libessmime.la
+privsolib_LTLIBRARIES = libessmime.la
libessmime_la_SOURCES = \
$(MARSHAL_GENERATED) \
@@ -28,6 +28,12 @@ libessmime_la_SOURCES = \
e-pkcs12.c \
e-pkcs12.h
+libessmime_la_LIBADD = \
+ $(top_builddir)/e-util/libeutil.la \
+ $(CERT_UI_LIBS)
+
+libessmime_la_LDFLAGS = $(NO_UNDEFINED)
+
MARSHAL_GENERATED = smime-marshal.c smime-marshal.h
@EVO_MARSHAL_RULE@
n2004-03-311-5/+0 * Update to version 0.1.3.demon2004-03-314-9/+14 * Change the last remaining references to philip@paeps.cx to philip@FreeBSD.org.philip2004-03-311-1/+1 * SIZEify (maintainer timeout)trevor2004-03-31341-0/+369 * Update to 0.43erwin2004-03-313-3/+8 * - Use USE_ICONV knobkrion2004-03-317-11/+11 * Update to 0.73mat2004-03-302-2/+3 * BROKEN on amd64: Does not compilekris2004-03-303-1/+17 * - Update to 2.13clement2004-03-302-5/+4 * - Add PORTDOCSkrion2004-03-301-0/+12 * - Fix installkrion2004-03-304-4/+20 * Updated to 0.13skv2004-03-302-2/+3 * Updated to 0.4skv2004-03-302-2/+3 * Fix one missed instance of pointing to the wrong location in generatedade2004-03-3012-0/+116 * Update to 3.3.1.adamw2004-03-303-3/+17 * - Update to 0.7pav2004-03-305-68/+24 * Add SIZE to distinfo'sade2004-03-3010-0/+10 * Add p5-Class-XPath 1.4, base class to add xpath matching to object trees.mat2004-03-305-0/+52 * Update to 0.16mat2004-03-302-3/+3 * Update to 0.15mat2004-03-293-8/+5 * Update to 0.21mat2004-03-292-3/+3 * Fix build on AMD64arved2004-03-294-9/+34 * BROKEN on !i386 and !alpha: Does not buildkris2004-03-292-2/+14 * BROKEN on amd64: Configure failskris2004-03-291-0/+4 * UPDATE: ddd-3.3.1 to 3.3.8edwin2004-03-2915-102/+103 * change version number in META fileijliao2004-03-291-2/+2 * Fix installation, by using correct directories.ale2004-03-293-7/+13 * Set some DEPRECATED and EXPIRATION_DATE knobs to indicate overall intentionade2004-03-299-0/+27 * Updated to 1.18skv2004-03-292-3/+3 * Updated to 1.02skv2004-03-292-2/+3 * Updated to 1.03skv2004-03-292-2/+3 * Updated to 0.202skv2004-03-292-2/+3 * Updated to 1.6skv2004-03-292-2/+3 * Updated to 0.19skv2004-03-292-2/+3 * Updated to 0.18skv2004-03-293-3/+4 * - Fix COMMENT formatkrion2004-03-292-21/+5 * - Support WITHOUT_NLSkrion2004-03-294-22/+42 * - Support INFOkrion2004-03-294-46/+36 * Updated to 1.05skv2004-03-292-2/+3 * Update to 1.42erwin2004-03-292-3/+3 * Updated to 0.22skv2004-03-293-3/+25 * Fix sed when patterns contain ":".thierry2004-03-292-2/+2 * - Support WITHOUT_NLSkrion2004-03-282-6/+13 * - Update to 0.19.2krion2004-03-286-42/+27 * Add premake.pav2004-03-286-0/+138 * - Update to 1.017 (this unbreaks fetching)sergei2004-03-282-5/+3 * BROKEN: Unfetchablekris2004-03-271-0/+2 * Upgrade Twisted to 1.2.0nbm2004-03-273-10/+37 * Update to 2.6.0marcus2004-03-272-12/+52 * Add IGNORE if perl < 5.6.0skv2004-03-261-0/+4 * fix coredumpijliao2004-03-261-0/+15 * Update to 2.5.1 release (add native support for FreeBSD 5).ale2004-03-262-8/+11 * - Disable OPTIMIZED knob by defaultkrion2004-03-261-2/+1 * Add SIZE to distinfo.nobutaka2004-03-251-0/+1 * Support WITHOUT_NLSkris2004-03-252-21/+28 * Update to 0.40mat2004-03-252-3/+3 * ghc-6.2.1 is now in the treeobraun2004-03-252-2/+2 * - Fix compile error on 4-stablekrion2004-03-253-1/+19 * Clean up USE_{LIBTOOL,AUTOCONF,AUTOMAKE} to appropriate *_VER variablesade2004-03-252-2/+2 * Tag port as deprecated (will expire on 1st June 2004), with a note toade2004-03-251-0/+3 * make it fetchableijliao2004-03-251-0/+1 * SIZE update jumbo-commit.bms2004-03-257-0/+7 * Use our system shared readline vs. the included static one.obrien2004-03-252-2/+12 * Link gdb6 to gdb on platforms w/o /usr/src gdb support.obrien2004-03-254-10/+30 * Update for new binary version of p4v from Perforce.bms2004-03-252-3/+3 * - Drop auto*tools support (fix build)pav2004-03-254-16/+11 * Add size data, approved by maintainers.trevor2004-03-251-0/+1 * Update to a gdb 6.1 snapshot.obrien2004-03-256-20/+44 * - Drop auto*tools support (unbreak)pav2004-03-254-16/+11 * - Fix build on AMD64krion2004-03-252-7/+17 * - Fix a possible signal handling race condition.krion2004-03-253-0/+27 * Convert all but one port that uses libtool14 to use libtool15, in readinessade2004-03-258-40/+64 * Add a patch to make imake compatible with upcoming make(1) fixes.lofi2004-03-252-1/+13 * Add p5-Devel-LeakTrace 0.05,skv2004-03-245-0/+46 * - ad hoc fix for reported build errors which I was unable tokrion2004-03-241-0/+5 * - Utilize LATEST_LINKkrion2004-03-243-2/+3 * - kill .la filesclement2004-03-243-2/+15 * - Update to 0.0.7clement2004-03-245-9/+29 * - Update to 0.0.7clement2004-03-244-7/+17 * Update to 2.10.0vs2004-03-233-13/+66 * - Update to version 0.4.2krion2004-03-234-7/+17 * Add p5-Data-Dump-Streamer 1.06, stream a highly accurate breadth firstmat2004-03-235-0/+62 * SIZEify.roberto2004-03-231-0/+1 * Use the correct descriptionmat2004-03-231-10/+7 * Add p5-Data-Dumper 2.121, stringified perl data structures, suitable format2004-03-235-0/+51 * Add p5-Data-Dump 1.02, pretty printing of data structures.mat2004-03-235-0/+49 * Add py-statgrab 0.1, a set of Python bindings for libstatgrab.krion2004-03-235-0/+38 * Add libpreps-devel 1.9.0, the development versionkrion2004-03-237-0/+209 * Add libpreps 1.6.6,krion2004-03-2313-0/+445 * Updated to 0.03skv2004-03-23