blob: 5604525d0798fcd2f9270a8f1604579d9c4ac9d7 (
plain) (
blame)
1
2
3
4
5
6
7
|
LIBEXT = so
LIBFLAGS = -shared -Wl,-soname,libsha2.$(LIBEXT).$(LIB_MAJOR)
LIBMAJOREXT = $(LIBEXT).$(LIB_MAJOR)
LIBMINOREXT = $(LIBEXT).$(LIB_MAJOR).$(LIB_MINOR)
FIX_INSTALL_NAME = :
|