Fix 1862699: Specify "-avoid-version" for each of the modules. Fix by Daniel Macks.
[synfig.git] / synfig-core / trunk / src / modules / mptr_mplayer / Makefile.am
index 51a78cf..8c8b51a 100644 (file)
@@ -8,7 +8,7 @@ moduledir=@MODULE_DIR@
 
 module_LTLIBRARIES = libmptr_mplayer.la
 libmptr_mplayer_la_SOURCES = main.cpp mptr_mplayer.cpp mptr_mplayer.h
-libmptr_mplayer_la_LDFLAGS = -module -no-undefined
+libmptr_mplayer_la_LDFLAGS = -module -no-undefined -avoid-version
 libmptr_mplayer_la_LIBADD = ../../synfig/libsynfig.la @SYNFIG_LIBS@