X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmptr_mplayer%2FMakefile.am;h=8c8b51ab69842fa7d0b9b5fb5fb0abee7a5db35c;hb=fc70eb2b6169164e3932aa495b7d8eff3daa83c8;hp=5580ade432e7cb2e6711dc0ebd26f37d791f40f7;hpb=c14cc71c9489cef19270e9945995569f13efeada;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mptr_mplayer/Makefile.am b/synfig-core/trunk/src/modules/mptr_mplayer/Makefile.am index 5580ade..8c8b51a 100644 --- a/synfig-core/trunk/src/modules/mptr_mplayer/Makefile.am +++ b/synfig-core/trunk/src/modules/mptr_mplayer/Makefile.am @@ -2,14 +2,14 @@ MAINTAINERCLEANFILES=Makefile.in -INCLUDES = -I$(top_srcdir)/src +INCLUDES = -I$(top_builddir) -I$(top_srcdir)/src 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@