Remove unused SONAME_FLAGS variable.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22586 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-14 23:00:12 +00:00
parent 1da43e0cb9
commit 2df4839456
1 changed files with 0 additions and 2 deletions

View File

@ -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)