changeset 657:0fd4f4a28ce1 trunk

[svn] versioning for libaudacious.so
author nenolod
date Wed, 22 Feb 2006 17:04:47 -0800
parents ef986f844d5c
children a019c0e28b28
files libaudacious/Makefile.in
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libaudacious/Makefile.in	Wed Feb 22 16:37:26 2006 -0800
+++ b/libaudacious/Makefile.in	Wed Feb 22 17:04:47 2006 -0800
@@ -53,3 +53,10 @@
 	configfile.h \
 	beepctrl.h dirbrowser.h util.h \
 	formatter.h titlestring.h xml_document.h
+
+install-posthook:
+	@echo [adding versioning information to libaudacious]
+	@${MV} ${DESTDIR}/${LIBDIR}/libaudacious.so \
+		${DESTDIR}/${LIBDIR}/libaudacious.so.2
+	@ln -sf ${LIBDIR}/libaudacious.so.2 \
+		${LIBDIR}/libaudacious.so