From c2ce8008d3d7433edd930132c1d99d145207fb56 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 24 Nov 2011 11:49:17 +0100 Subject: build: rename build option ENABLE_SHARED_LIB to ENABLE_SHARED --- Makefile | 2 +- README | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3aa24c7..87d1385 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ uniso_LDFLAGS += -L. all: $(TARGETS) -ifneq ($(ENABLE_SHARED_LIB),) +ifneq ($(ENABLE_SHARED),) shlibs-y += $(SONAME) libuniso.so install-shlibs-y := $(INSTALLDIR) $(DESTDIR)$(libdir) && \ $(INSTALL) $(SONAME) $(DESTDIR)$(libdir) && \ diff --git a/README b/README index ff18ac2..fb35bc3 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ To build: To build with shared library: - echo "ENABLE_SHARED_LIB=yes" > config.mk + echo "ENABLE_SHARED=yes" > config.mk make To install: -- cgit v1.2.3