From 0e32c8c65a1c42d9f6489eca2231dde17716d139 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Fri, 7 Mar 2008 19:27:17 +0000 Subject: simplify library version handling Originally committed as revision 12362 to svn://svn.ffmpeg.org/ffmpeg/trunk --- common.mak | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common.mak') diff --git a/common.mak b/common.mak index 58f6d7ef69..780f61e8d0 100644 --- a/common.mak +++ b/common.mak @@ -4,6 +4,9 @@ LIBSRC = $(SRC_PATH_BARE)/lib$(NAME) +LIBVERSION = $(lib$(NAME)_VERSION) +LIBMAJOR = $(lib$(NAME)_VERSION_MAJOR) + vpath %.c $(LIBSRC) vpath %.h $(LIBSRC) vpath %.S $(LIBSRC) -- cgit v1.2.3