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=2cfa2ca3066b170af0e7504649dcb072e3a63dea;hpb=28f28705612902c15cd0702cc891fba35bf2d2df;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 2cfa2ca..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 @@ -# $Header: /opt/voria/cvs/synfig/src/modules/mptr_mplayer/Makefile.am,v 1.1.1.1 2005/01/04 01:23:14 darco Exp $ +# $Id$ +MAINTAINERCLEANFILES = \ + Makefile.in -MAINTAINERCLEANFILES=Makefile.in -INCLUDES = -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 -libmptr_mplayer_la_LIBADD = -L../../synfig -lsynfig @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@