From 4be37e45d564ddbaac5d127eda39bfb3ba52ed0b Mon Sep 17 00:00:00 2001 From: eyck Date: Mon, 21 Oct 2002 14:23:19 +0000 Subject: [PATCH] really fix latest fix. But now this versioning stopped making sense to me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7825 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libdha/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libdha/Makefile b/libdha/Makefile index 024a102c96..8dce5cd0dc 100644 --- a/libdha/Makefile +++ b/libdha/Makefile @@ -12,6 +12,8 @@ SHORTNAME = libdha.dll else SHORTNAME = libdha.so.$(MAJOR_VERSION) SONAME_FLAGS = -Wl,-soname,$(SHORTNAME) +#SHORTNAME = libdha.so +VSHORTNAME = libdha.so endif LIBNAME = libdha.so.$(VERSION) @@ -37,6 +39,7 @@ $(LIBNAME): $(OBJS) #$(CC) -shared $(SONAME_FLAGS) -o $(LIBNAME) $(OBJS) $(LIBS) $(CC) -shared -Wl,-soname -Wl,$(LIBNAME) -o $(LIBNAME) $(OBJS) $(LIBS) ln -sf $(LIBNAME) $(SHORTNAME) + ln -sf $(LIBNAME) $(VSHORTNAME) all: $(LIBNAME) $(SHORTNAME)