From b29bddab345dc38edaf8820203d20501edc7a410 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 16 May 2006 18:06:28 +0000 Subject: Simplify SLIBNAME_WITH_VERSION and SLIBNAME_WITH_MAJOR. Originally committed as revision 5388 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index f491f2aaa7..6ff78db307 100755 --- a/configure +++ b/configure @@ -244,8 +244,8 @@ LIB='$(LIBPREF)$(NAME)$(LIBSUF)' SLIBPREF="lib" SLIBSUF=".so" SLIBNAME='$(SLIBPREF)$(NAME)$(SLIBSUF)' -SLIBNAME_WITH_VERSION='$(SLIBPREF)$(NAME)$(SLIBSUF).$(LIBVERSION)' -SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(NAME)$(SLIBSUF).$(LIBMAJOR)' +SLIBNAME_WITH_VERSION='$(SLIBNAME).$(LIBVERSION)' +SLIBNAME_WITH_MAJOR='$(SLIBNAME).$(LIBMAJOR)' EXESUF="" BUILDSUF="" amr_nb="no" -- cgit v1.2.3