summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 33170f2..fe52994 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -7,8 +7,8 @@ libvformat_la_SOURCES = vf_access.c vf_malloc.c vf_strings.c vf_access_wrapper
EXTRA_DIST = *.h
-libvformat_la_LDFLAGS = -version-info $(LIBVFORMAT_SO_VERSION)
+libvformat_la_LDFLAGS = -version-info $(LIBVFORMAT_SO_VERSION) -no-undefined
if WIN32
- libvformat_la_LDFLAGS += -no-undefined
+ libvformat_la_LDFLAGS += -avoid-version
endif