Fix 1862699: Specify "-avoid-version" for each of the modules. Fix by Daniel Macks.
[synfig.git] / synfig-core / trunk / src / modules / lyr_freetype / Makefile.am
index b1cfff7..069a66e 100644 (file)
@@ -10,7 +10,7 @@ if WITH_FREETYPE
 module_LTLIBRARIES = liblyr_freetype.la
 liblyr_freetype_la_SOURCES = main.cpp lyr_freetype.cpp lyr_freetype.h
 liblyr_freetype_la_LIBADD = ../../synfig/libsynfig.la @FREETYPE_LIBS@ @SYNFIG_LIBS@
-liblyr_freetype_la_LDFLAGS = -module -no-undefined
+liblyr_freetype_la_LDFLAGS = -module -no-undefined -avoid-version
 liblyr_freetype_la_CXXFLAGS = @SYNFIG_CFLAGS@ @FREETYPE_CFLAGS@
 if WITH_FONTCONFIG
 liblyr_freetype_la_LIBADD += @FONTCONFIG_LIBS@