commit | 95eda43741ca7aeda2052f78877ec7feff3c9ab4 | [log] [tgz] |
---|---|---|
author | Laurent Bigonville <[email protected]> | Fri May 10 14:45:13 2013 +0200 |
committer | Stephen Smalley <[email protected]> | Wed Oct 16 15:04:44 2013 -0400 |
tree | 6eb3b9f5ca50c6d4775e46bcfcc35f57b9f07f14 | |
parent | c78d729fc9ac5b27c7a723ae884cb112aff31d9e [diff] |
libsepol: Allow overriding LIBBASE in src/Makefile
diff --git a/libsepol/src/Makefile b/libsepol/src/Makefile index 9b1f260..e10d356 100644 --- a/libsepol/src/Makefile +++ b/libsepol/src/Makefile
@@ -4,7 +4,7 @@ LIBDIR ?= $(PREFIX)/lib SHLIBDIR ?= $(DESTDIR)/lib RANLIB ?= ranlib -LIBBASE=$(shell basename $(LIBDIR)) +LIBBASE ?= $(shell basename $(LIBDIR)) VERSION = $(shell cat ../VERSION) LIBVERSION = 1