aboutsummaryrefslogtreecommitdiffstats
path: root/smime
diff options
context:
space:
mode:
authorHans Petter Jansson <hpj@novell.com>2005-02-10 13:34:04 +0800
committerHans Petter <hansp@src.gnome.org>2005-02-10 13:34:04 +0800
commit3ee8be8e3d25dc2c14a44bcdb71686a213e00b00 (patch)
tree8922379f26ae4d678ccca8b74442f80c428029f6 /smime
parent82ad8000d65676dbde7b46f02d9b42237a8e0c6e (diff)
downloadgsoc2013-evolution-3ee8be8e3d25dc2c14a44bcdb71686a213e00b00.tar
gsoc2013-evolution-3ee8be8e3d25dc2c14a44bcdb71686a213e00b00.tar.gz
gsoc2013-evolution-3ee8be8e3d25dc2c14a44bcdb71686a213e00b00.tar.bz2
gsoc2013-evolution-3ee8be8e3d25dc2c14a44bcdb71686a213e00b00.tar.lz
gsoc2013-evolution-3ee8be8e3d25dc2c14a44bcdb71686a213e00b00.tar.xz
gsoc2013-evolution-3ee8be8e3d25dc2c14a44bcdb71686a213e00b00.tar.zst
gsoc2013-evolution-3ee8be8e3d25dc2c14a44bcdb71686a213e00b00.zip
Install shared libraries to privlibdir.
2005-02-09 Hans Petter Jansson <hpj@novell.com> * addressbook/gui/contact-editor/Makefile.am: * addressbook/gui/contact-list-editor/Makefile.am: * addressbook/util/Makefile.am: * filter/Makefile.am: * widgets/e-timezone-dialog/Makefile.am: * widgets/menus/Makefile.am: * widgets/misc/Makefile.am: * smime/lib/Makefile.am: * smime/gui/Makefile.am: Install shared libraries to privlibdir. svn path=/trunk/; revision=28762
Diffstat (limited to 'smime')
-rw-r--r--smime/ChangeLog5
-rw-r--r--smime/gui/Makefile.am2
-rw-r--r--smime/lib/Makefile.am2
3 files changed, 7 insertions, 2 deletions
diff --git a/smime/ChangeLog b/smime/ChangeLog
index 4fcf9764a0..81d89d061f 100644
--- a/smime/ChangeLog
+++ b/smime/ChangeLog
@@ -1,3 +1,8 @@
+2005-02-09 Hans Petter Jansson <hpj@novell.com>
+
+ * lib/Makefile.am:
+ * gui/Makefile.am: Install shared libraries to privlibdir.
+
2005-02-04 Rodney Dawes <dobey@novell.com>
* gui/ca-trust-dialog.c (ca_trust_dialog_new): Set the border widths
diff --git a/smime/gui/Makefile.am b/smime/gui/Makefile.am
index 6a3dff3503..5403360824 100644
--- a/smime/gui/Makefile.am
+++ b/smime/gui/Makefile.am
@@ -16,7 +16,7 @@ INCLUDES = \
$(EVOLUTION_ADDRESSBOOK_CFLAGS) \
$(CERT_UI_CFLAGS)
-noinst_LTLIBRARIES = libevolution-smime.la
+privlib_LTLIBRARIES = libevolution-smime.la
libevolution_smime_la_SOURCES = \
ca-trust-dialog.c \
diff --git a/smime/lib/Makefile.am b/smime/lib/Makefile.am
index 7e599241a8..5a7c29b3ed 100644
--- a/smime/lib/Makefile.am
+++ b/smime/lib/Makefile.am
@@ -13,7 +13,7 @@ INCLUDES = \
$(EVOLUTION_ADDRESSBOOK_CFLAGS) \
$(CERT_UI_CFLAGS)
-noinst_LTLIBRARIES = libessmime.la
+privlib_LTLIBRARIES = libessmime.la
libessmime_la_SOURCES = \
$(MARSHAL_GENERATED) \