Add 'alpha brighten' to the list of blend methods to be considered 'straight'.
[synfig.git] / synfig-core / trunk / src / modules / mptr_mplayer / Makefile.am
index 08dcb80..8c8b51a 100644 (file)
@@ -8,8 +8,8 @@ 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_LIBADD = -L../../synfig -lsynfig @SYNFIG_LIBS@
+libmptr_mplayer_la_LDFLAGS = -module -no-undefined -avoid-version
+libmptr_mplayer_la_LIBADD = ../../synfig/libsynfig.la @SYNFIG_LIBS@