diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-02-03 15:03:08 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-02-11 20:17:15 +0100 |
commit | 304b806cb524fb040f8e09a241040f1af2cb820b (patch) | |
tree | 74a8eeaaec11f3b624832d27be4f9c11a77b6c9c /library.mak | |
parent | b3f2a3fe3fe4e2a752fa2ef26d1e39d51f30cc52 (diff) | |
download | ffmpeg-304b806cb524fb040f8e09a241040f1af2cb820b.tar.gz |
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.mak | 1 |
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)%) |