[MPlayer-cvslog] r22586 - trunk/libdha/Makefile
diego
subversion at mplayerhq.hu
Thu Mar 15 00:00:12 CET 2007
Author: diego
Date: Thu Mar 15 00:00:12 2007
New Revision: 22586
Modified:
trunk/libdha/Makefile
Log:
Remove unused SONAME_FLAGS variable.
Modified: trunk/libdha/Makefile
==============================================================================
--- trunk/libdha/Makefile (original)
+++ trunk/libdha/Makefile Thu Mar 15 00:00:12 2007
@@ -9,7 +9,6 @@ ifeq ($(TARGET_OS),CYGWIN)
SHORTNAME = libdha.dll
else
SHORTNAME = libdha.so.$(MAJOR_VERSION)
-SONAME_FLAGS = -Wl,-soname,$(SHORTNAME)
VSHORTNAME = libdha.so
endif
ifeq ($(TARGET_WIN32),yes)
@@ -50,7 +49,6 @@ $(LIBNAME): $(OBJS)
ifeq ($(TARGET_WIN32),yes)
$(AR) r $@ $^
else
- #$(CC) -shared $(SONAME_FLAGS) -o $@ $^ $(LIBS)
$(CC) -shared -Wl,-soname -Wl,$@ -o $@ $^ $(LIBS)
ln -sf $@ $(SHORTNAME)
ln -sf $@ $(VSHORTNAME)
More information about the MPlayer-cvslog
mailing list