[Mplayer-cvslog] CVS: main/libdha Makefile,1.15,1.16

Dariush Pietrzak eyck at mplayerhq.hu
Mon Oct 21 16:23:37 CEST 2002


Update of /cvsroot/mplayer/main/libdha
In directory mail:/var/tmp.root/cvs-serv9597

Modified Files:
	Makefile 
Log Message:
really fix latest fix. But now this versioning stopped making sense to me.


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libdha/Makefile,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- Makefile	20 Oct 2002 10:41:32 -0000	1.15
+++ Makefile	21 Oct 2002 14:23:19 -0000	1.16
@@ -12,6 +12,8 @@
 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 @@
 	#$(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)
 




More information about the MPlayer-cvslog mailing list