Mercurial > audlegacy-plugins
changeset 2378:e7d59a6ed443
Added HG repo URL to buildsys as a comment.
author | Jonathan Schleifer <js-audacious@webkeks.org> |
---|---|
date | Sun, 10 Feb 2008 21:33:33 +0100 |
parents | 9056897525e1 |
children | 59176b4ad908 |
files | buildsys.mk.in m4/buildsys.m4 |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/buildsys.mk.in Sun Feb 10 15:52:46 2008 +0300 +++ b/buildsys.mk.in Sun Feb 10 21:33:33 2008 +0100 @@ -1,6 +1,8 @@ # # Copyright (c) 2007, Jonathan Schleifer <js-buildsys@webkeks.org> # +# https://webkeks.org/hg/buildsys/ +# # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above # copyright notice and this permission notice is present in all copies.
--- a/m4/buildsys.m4 Sun Feb 10 15:52:46 2008 +0300 +++ b/m4/buildsys.m4 Sun Feb 10 21:33:33 2008 +0100 @@ -1,6 +1,8 @@ dnl dnl Copyright (c) 2007, Jonathan Schleifer <js-buildsys@webkeks.org> dnl +dnl https://webkeks.org/hg/buildsys/ +dnl dnl Permission to use, copy, modify, and/or distribute this software for any dnl purpose with or without fee is hereby granted, provided that the above dnl copyright notice and this permission notice is present in all copies. @@ -104,7 +106,7 @@ AC_MSG_RESULT(POSIX) LIB_CPPFLAGS='-DPIC' LIB_CFLAGS='-fPIC' - LIB_LDFLAGS='-shared -fPIC -Wl,-soname=${LIB}.${LIB_MAJOR}.${LIB_MINOR}.0' + LIB_LDFLAGS='-shared -fPIC -Wl,-soname=${LIB}.${LIB_MAJOR}' LIB_PREFIX='lib' LIB_SUFFIX='.so' PLUGIN_CPPFLAGS='-DPIC'