Explorar el Código

Make a symbolic link for the major version.

Stephen Sinclair hace 11 años
padre
commit
73a7d856cd
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Makefile.in

+ 1 - 0
Makefile.in

@@ -32,6 +32,7 @@ $(LIBRARIES): $(OBJECTS)
 	ranlib $(STATIC)
 	$(CC) -fPIC @libflags@ $(OBJECTS) @LIBS@
 	$(LN) -sf @sharedname@ $(SHARED)
+	$(LN) -sf @sharedname@ $(SHARED).$(MAJOR)
 
 #	$(CC) -shared $(OBJECTS) -o $(SHARED) @LIBS@