aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--addressbook/ChangeLog6
-rw-r--r--addressbook/gui/contact-editor/Makefile.am2
-rw-r--r--addressbook/gui/contact-list-editor/Makefile.am2
-rw-r--r--addressbook/util/Makefile.am2
-rw-r--r--filter/ChangeLog4
-rw-r--r--filter/Makefile.am2
-rw-r--r--smime/ChangeLog5
-rw-r--r--smime/gui/Makefile.am2
-rw-r--r--smime/lib/Makefile.am2
-rw-r--r--widgets/ChangeLog6
-rw-r--r--widgets/e-timezone-dialog/Makefile.am2
-rw-r--r--widgets/menus/Makefile.am2
-rw-r--r--widgets/misc/Makefile.am7
13 files changed, 32 insertions, 12 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index f92bffac53..0e6fd6f3ca 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,9 @@
+2005-02-09 Hans Petter Jansson <hpj@novell.com>
+
+ * gui/contact-editor/Makefile.am:
+ * gui/contact-list-editor/Makefile.am:
+ * util/Makefile.am: Install shared libraries to privlibdir.
+
2005-02-08 Christophe Fergeau <teuf@users.sourceforge.net>
* importers/evolution-vcard-importer.c (has_bom)
diff --git a/addressbook/gui/contact-editor/Makefile.am b/addressbook/gui/contact-editor/Makefile.am
index 376aa65205..c43937752f 100644
--- a/addressbook/gui/contact-editor/Makefile.am
+++ b/addressbook/gui/contact-editor/Makefile.am
@@ -16,7 +16,7 @@ INCLUDES = \
-DG_LOG_DOMAIN=\"contact-editor\" \
$(EVOLUTION_ADDRESSBOOK_CFLAGS)
-noinst_LTLIBRARIES = \
+privlib_LTLIBRARIES = \
libecontacteditor.la
libecontacteditor_la_SOURCES = \
diff --git a/addressbook/gui/contact-list-editor/Makefile.am b/addressbook/gui/contact-list-editor/Makefile.am
index 43abc3ff47..de604ea6f5 100644
--- a/addressbook/gui/contact-list-editor/Makefile.am
+++ b/addressbook/gui/contact-list-editor/Makefile.am
@@ -15,7 +15,7 @@ INCLUDES = \
-DG_LOG_DOMAIN=\"contact-list-editor\" \
$(EVOLUTION_ADDRESSBOOK_CFLAGS)
-noinst_LTLIBRARIES = \
+privlib_LTLIBRARIES = \
libecontactlisteditor.la
libecontactlisteditor_la_SOURCES = \
diff --git a/addressbook/util/Makefile.am b/addressbook/util/Makefile.am
index 7c42f2a73b..85c21832e9 100644
--- a/addressbook/util/Makefile.am
+++ b/addressbook/util/Makefile.am
@@ -10,7 +10,7 @@ INCLUDES = \
-I$(top_srcdir)/shell \
$(EVOLUTION_ADDRESSBOOK_CFLAGS)
-noinst_LTLIBRARIES = libeabutil.la
+privlib_LTLIBRARIES = libeabutil.la
libeabutil_la_SOURCES = \
eab-marshal.c \
diff --git a/filter/ChangeLog b/filter/ChangeLog
index 5c3327d9d0..5a3ca32319 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,7 @@
+2005-02-09 Hans Petter Jansson <hpj@novell.com>
+
+ * Makefile.am: Install shared libraries in privlibdir.
+
2005-01-11 Not Zed <NotZed@Ximian.com>
* filter-part.c (filter_part_expand_code): cast lenght specifiers
diff --git a/filter/Makefile.am b/filter/Makefile.am
index f84be24c73..a3b70d7f9a 100644
--- a/filter/Makefile.am
+++ b/filter/Makefile.am
@@ -9,7 +9,7 @@ INCLUDES = \
-DG_LOG_DOMAIN=\"filter\" \
$(LIBFILTER_CFLAGS)
-noinst_LTLIBRARIES = \
+privlib_LTLIBRARIES = \
libfilter.la
libfilter_la_SOURCES = \
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) \
diff --git a/widgets/ChangeLog b/widgets/ChangeLog
index cf7947e924..e7cdc43f73 100644
--- a/widgets/ChangeLog
+++ b/widgets/ChangeLog
@@ -1,3 +1,9 @@
+2005-02-09 Hans Petter Jansson <hpj@novell.com>
+
+ * e-timezone-dialog/Makefile.am:
+ * menus/Makefile.am:
+ * misc/Makefile.am: Install shared libraries to privlibdir.
+
2005-01-18 Hao Sheng <hao.sheng@sun.com>
* misc/e-dateedit.[ch]:
diff --git a/widgets/e-timezone-dialog/Makefile.am b/widgets/e-timezone-dialog/Makefile.am
index ed4502a080..38efcf6142 100644
--- a/widgets/e-timezone-dialog/Makefile.am
+++ b/widgets/e-timezone-dialog/Makefile.am
@@ -4,7 +4,7 @@ INCLUDES = \
-DG_LOG_DOMAIN=__FILE__ \
$(TZDIALOG_CFLAGS)
-noinst_LTLIBRARIES = \
+privlib_LTLIBRARIES = \
libetimezonedialog.la
libetimezonedialog_la_SOURCES = \
diff --git a/widgets/menus/Makefile.am b/widgets/menus/Makefile.am
index 3a1ca3450b..30f1734fe8 100644
--- a/widgets/menus/Makefile.am
+++ b/widgets/menus/Makefile.am
@@ -1,4 +1,4 @@
-noinst_LTLIBRARIES = libmenus.la
+privlib_LTLIBRARIES = libmenus.la
INCLUDES = \
-I$(top_srcdir) \
diff --git a/widgets/misc/Makefile.am b/widgets/misc/Makefile.am
index 998a126294..c63eb565fb 100644
--- a/widgets/misc/Makefile.am
+++ b/widgets/misc/Makefile.am
@@ -7,8 +7,9 @@ INCLUDES = \
-DG_LOG_DOMAIN=__FILE__ \
$(E_WIDGETS_CFLAGS)
-privlib_LTLIBRARIES = \
- libemiscwidgets.la
+privlib_LTLIBRARIES = \
+ libemiscwidgets.la \
+ libefilterbar.la
widgetsincludedir = $(privincludedir)/widgets
@@ -91,8 +92,6 @@ libemiscwidgets_la_LIBADD = $(top_builddir)/e-util/libeutil.la \
$(top_builddir)/a11y/widgets/libevolution-widgets-a11y.la \
$(E_WIDGETS_LIBS)
-noinst_LTLIBRARIES = libefilterbar.la
-
libefilterbar_la_SOURCES = \
e-filter-bar.c \
e-filter-bar.h