From c79ad392fbf8a7f166039dc4afafc500ca3d6f29 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Tue, 11 Mar 2014 10:20:23 +0800 Subject: [PATCH] set proper SONAME to libray versioning --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f5143c21..85666acc 100644 --- a/Makefile +++ b/Makefile @@ -178,7 +178,7 @@ else # Linux, *BSD EXT = so AR_EXT = a -LDFLAGS += -Wl,-soname,$(LIBRARY) +LDFLAGS += -Wl,-soname=libcapstone2,$(LIBRARY) endif endif endif