aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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@