r22601 - trunk/libdha/Makefile
15 Mar
2007
15 Mar
'07
5:07 a.m.
Author: diego Date: Thu Mar 15 10:07:22 2007 New Revision: 22601 Modified: trunk/libdha/Makefile Log: Simplify conditional expression. Modified: trunk/libdha/Makefile ============================================================================== --- trunk/libdha/Makefile (original) +++ trunk/libdha/Makefile Thu Mar 15 10:07:22 2007 @@ -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 \
6816
Age (days ago)
6816
Last active (days ago)
0 comments
1 participants
participants (1)
-
diego