Mercurial > mplayer.hg
changeset 22568:ad8f3d791bca
Remove unused SONAME_FLAGS variable.
author | diego |
---|---|
date | Wed, 14 Mar 2007 23:00:12 +0000 |
parents | d68e5e8609a7 |
children | 1882b3c86bd7 |
files | libdha/Makefile |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libdha/Makefile Wed Mar 14 22:40:10 2007 +0000 +++ b/libdha/Makefile Wed Mar 14 23:00:12 2007 +0000 @@ -9,7 +9,6 @@ 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 @@ 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)