From b10bac0b6ac09ecc8e7d73548c8213f33f9b450a Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 15 Mar 2007 09:07:22 +0000 Subject: [PATCH] Simplify conditional expression. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22601 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libdha/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libdha/Makefile b/libdha/Makefile index a01bdf63de..ec7eab1deb 100644 --- a/libdha/Makefile +++ b/libdha/Makefile @@ -4,13 +4,12 @@ MAJOR_VERSION = 1 MINOR_VERSION = 0 VERSION = $(MAJOR_VERSION).$(MINOR_VERSION) +LIBNAME = libdha.so.$(VERSION) SHORTNAME = libdha.so.$(MAJOR_VERSION) VSHORTNAME = libdha.so ifeq ($(TARGET_WIN32),yes) LIBNAME = libdha.a SHORTNAME = libdha.a -else -LIBNAME = libdha.so.$(VERSION) endif SRCS_MPLAYER = libdha.c \