Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-02-03 18:03:08 +0400
committerDiego Biurrun <diego@biurrun.de>2013-02-11 23:17:15 +0400
commit304b806cb524fb040f8e09a241040f1af2cb820b (patch)
tree74a8eeaaec11f3b624832d27be4f9c11a77b6c9c /library.mak
parentb3f2a3fe3fe4e2a752fa2ef26d1e39d51f30cc52 (diff)
build: Make library minor version visible in the Makefile
This allows employing that number in library install commands.
Diffstat (limited to 'library.mak')
-rw-r--r--library.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/library.mak b/library.mak
index 3b4bd2d161..f3e44273f7 100644
--- a/library.mak
+++ b/library.mak
@@ -4,6 +4,7 @@ include $(SRC_PATH)/common.mak
LIBVERSION := $(lib$(NAME)_VERSION)
LIBMAJOR := $(lib$(NAME)_VERSION_MAJOR)
+LIBMINOR := $(lib$(NAME)_VERSION_MINOR)
INCINSTDIR := $(INCDIR)/lib$(NAME)
INSTHEADERS := $(INSTHEADERS) $(HEADERS:%=$(SUBDIR)%)