summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 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) && \