From ae1a58a29788f88926d59c40aac036ba6444ddb3 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 25 Aug 2015 22:10:28 +0200 Subject: add pkg-config files and soname to libs and versioned so files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 228b2ac..1f0d7a5 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,22 @@ include mk/config.mk +# The version of the package. +MAJOR = 0 +MINOR = 1 +VERSION = $(MAJOR).$(MINOR) + +# The version of libmdsserver. +LIBMDSSERVER_MAJOR = $(MAJOR) +LIBMDSSERVER_MINOR = $(MINOR) +LIBMDSSERVER_VERSION = $(LIBMDSSERVER_MAJOR).$(LIBMDSSERVER_MINOR) + +# The version of libmdsclient. +LIBMDSCLIENT_MAJOR = $(MAJOR) +LIBMDSCLIENT_MINOR = $(MINOR) +LIBMDSCLIENT_VERSION = $(LIBMDSCLIENT_MAJOR).$(LIBMDSCLIENT_MINOR) + + # Splits of the info manual. INFOPARTS = 1 2 3 -- cgit v1.2.3-70-g09d2