changeset 1872:3a77efe38b8a trunk

[svn] - libaudacious SONAME becomes libaudacious.so.3
author nenolod
date Sat, 14 Oct 2006 11:38:14 -0700
parents 1749ad179a1c
children 68c0c8620b17
files ChangeLog libaudacious/Makefile
diffstat 2 files changed, 17 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Oct 14 11:36:12 2006 -0700
+++ b/ChangeLog	Sat Oct 14 11:38:14 2006 -0700
@@ -1,3 +1,19 @@
+2006-10-14 18:36:12 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [2699]
+  - same for librcd, libguess, icons and audacious/images
+  
+  trunk/audacious/images/Makefile    |   17 +++++++++++++++++
+  trunk/audacious/images/Makefile.in |   17 -----------------
+  trunk/configure.ac                 |    4 ----
+  trunk/icons/Makefile               |    7 +++++++
+  trunk/icons/Makefile.in            |    7 -------
+  trunk/libguess/Makefile            |   19 +++++++++++++++++++
+  trunk/libguess/Makefile.in         |   19 -------------------
+  trunk/librcd/Makefile              |   19 +++++++++++++++++++
+  trunk/librcd/Makefile.in           |   19 -------------------
+  9 files changed, 62 insertions(+), 66 deletions(-)
+
+
 2006-10-14 18:33:25 +0000  William Pitcock <nenolod@nenolod.net>
   revision [2697]
   - rename libaudacious/Makefile.in -> libaudacious/Makefile as autoconf macro expansion is not needed here
--- a/libaudacious/Makefile	Sat Oct 14 11:36:12 2006 -0700
+++ b/libaudacious/Makefile	Sat Oct 14 11:38:14 2006 -0700
@@ -6,7 +6,7 @@
 beepincludedir = $(includedir)/audacious
 
 OBJECTIVE_LIBS = libaudacious$(SHARED_SUFFIX)
-OBJECTIVE_SONAME_SUFFIX = 3.0.0
+OBJECTIVE_SONAME_SUFFIX = 3
 
 LIBADD = \
 	$(GTK_LIBS)      \