[gedit] Move libgedit-private library to pkglibdir
- From: Michael Biebl <mbiebl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Move libgedit-private library to pkglibdir
- Date: Sun, 22 Apr 2012 19:30:31 +0000 (UTC)
commit cfe09b4c452b44896549bea652989654e86acd85
Author: Michael Biebl <biebl debian org>
Date: Sun Apr 22 21:08:03 2012 +0200
Move libgedit-private library to pkglibdir
Move libgedit-private library into a package-private directory since it
is not supposed to be installed system wide.
https://bugzilla.gnome.org/show_bug.cgi?id=674584
gedit/Makefile.am | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/gedit/Makefile.am b/gedit/Makefile.am
index a386e07..066357b 100644
--- a/gedit/Makefile.am
+++ b/gedit/Makefile.am
@@ -5,7 +5,7 @@ bin_PROGRAMS = gedit
noinst_LTLIBRARIES = libgedit.la
-lib_LTLIBRARIES = libgedit-private.la
+pkglib_LTLIBRARIES = libgedit-private.la
INCLUDES = \
-I$(top_srcdir) \
@@ -47,6 +47,8 @@ libgedit_la_LIBADD += $(GEDIT_LIBS) $(GTK_MAC_LIBS)
libgedit_private_la_LIBADD = libgedit.la $(GEDIT_LIBS)
+libgedit_private_la_LDFLAGS = -avoid-version
+
# Mac OSX convenience library and ldflags
if OS_OSX
noinst_LTLIBRARIES += libosx.la
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]