# HG changeset patch # User diego # Date 1173949642 0 # Node ID 104d125600b2955141ec74b10b7eb305f6393fb1 # Parent ea58da0ae02efb0c9f22a94535925826c3259349 Simplify conditional expression. diff -r ea58da0ae02e -r 104d125600b2 libdha/Makefile --- a/libdha/Makefile Thu Mar 15 09:05:03 2007 +0000 +++ b/libdha/Makefile Thu Mar 15 09:07:22 2007 +0000 @@ -4,13 +4,12 @@ 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 \