# HG changeset patch # User nenolod # Date 1160851094 25200 # Node ID 3a77efe38b8a99339416d489a3f60fd6e8714142 # Parent 1749ad179a1cfde8f61d07423e56c73c92cd16c0 [svn] - libaudacious SONAME becomes libaudacious.so.3 diff -r 1749ad179a1c -r 3a77efe38b8a ChangeLog --- 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 + 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 revision [2697] - rename libaudacious/Makefile.in -> libaudacious/Makefile as autoconf macro expansion is not needed here diff -r 1749ad179a1c -r 3a77efe38b8a libaudacious/Makefile --- 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) \