summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--README2
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: