X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmptr_mplayer%2FMakefile.am;h=7612078fe12c4a955157452d76cf1ce92ea14aba;hb=990f7bb7694e0472ed6ad165e0724864539071cd;hp=8c8b51ab69842fa7d0b9b5fb5fb0abee7a5db35c;hpb=1d8a47082e8cc0b3fab7d77862c73cb5f3f41aef;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 8c8b51a..7612078 100644 --- a/synfig-core/trunk/src/modules/mptr_mplayer/Makefile.am +++ b/synfig-core/trunk/src/modules/mptr_mplayer/Makefile.am @@ -1,15 +1,30 @@ # $Id$ +MAINTAINERCLEANFILES = \ + Makefile.in -MAINTAINERCLEANFILES=Makefile.in -INCLUDES = -I$(top_builddir) -I$(top_srcdir)/src +INCLUDES = \ + -I$(top_builddir) \ + -I$(top_srcdir)/src -moduledir=@MODULE_DIR@ + +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 -avoid-version -libmptr_mplayer_la_LIBADD = ../../synfig/libsynfig.la @SYNFIG_LIBS@ + +libmptr_mplayer_la_SOURCES = \ + main.cpp \ + mptr_mplayer.cpp \ + mptr_mplayer.h + +libmptr_mplayer_la_LDFLAGS = \ + -module \ + -no-undefined \ + -avoid-version + +libmptr_mplayer_la_LIBADD = \ + ../../synfig/libsynfig.la \ + @SYNFIG_LIBS@