# HG changeset patch # User eyck # Date 1035210199 0 # Node ID ef5f2f54c23177a329cd2f2e4237976221150172 # Parent d1e2126cc35398178d41308715cf40ba423c5a8c really fix latest fix. But now this versioning stopped making sense to me. diff -r d1e2126cc353 -r ef5f2f54c231 libdha/Makefile --- 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)