summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libdha/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/libdha/Makefile b/libdha/Makefile
index 90b4db6133..e2ed838f46 100644
--- a/libdha/Makefile
+++ b/libdha/Makefile
@@ -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)