libsepol: Allow overriding LIBBASE in src/Makefile

This commit is contained in:
Laurent Bigonville 2013-05-10 14:45:13 +02:00 committed by Stephen Smalley
parent c78d729fc9
commit 95eda43741

View File

@ -4,7 +4,7 @@ INCLUDEDIR ?= $(PREFIX)/include
LIBDIR ?= $(PREFIX)/lib
SHLIBDIR ?= $(DESTDIR)/lib
RANLIB ?= ranlib
LIBBASE=$(shell basename $(LIBDIR))
LIBBASE ?= $(shell basename $(LIBDIR))
VERSION = $(shell cat ../VERSION)
LIBVERSION = 1