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