diff options
author | Hans Petter Jansson <hpj@novell.com> | 2005-02-10 13:34:04 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2005-02-10 13:34:04 +0800 |
commit | 3ee8be8e3d25dc2c14a44bcdb71686a213e00b00 (patch) | |
tree | 8922379f26ae4d678ccca8b74442f80c428029f6 /filter | |
parent | 82ad8000d65676dbde7b46f02d9b42237a8e0c6e (diff) | |
download | gsoc2013-evolution-3ee8be8e3d25dc2c14a44bcdb71686a213e00b00.tar.gz 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 'filter')
-rw-r--r-- | filter/ChangeLog | 4 | ||||
-rw-r--r-- | filter/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
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 = \ |