changeset 7824:ef5f2f54c231

really fix latest fix. But now this versioning stopped making sense to me.
author eyck
date Mon, 21 Oct 2002 14:23:19 +0000
parents d1e2126cc353
children 52818222a8be
files libdha/Makefile
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libdha/Makefile	Mon Oct 21 12:56:03 2002 +0000
+++ b/libdha/Makefile	Mon Oct 21 14:23:19 2002 +0000
@@ -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)