summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7bedc4e..33170f2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -7,7 +7,7 @@ libvformat_la_SOURCES = vf_access.c vf_malloc.c vf_strings.c vf_access_wrapper
EXTRA_DIST = *.h
-libvformat_la_LDFLAGS = -version-info 0
+libvformat_la_LDFLAGS = -version-info $(LIBVFORMAT_SO_VERSION)
if WIN32
libvformat_la_LDFLAGS += -no-undefined
endif