X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftags%2Fsynfig_0_61_07%2Fsrc%2Fmodules%2Fmptr_mplayer%2FMakefile.am;fp=synfig-core%2Ftags%2Fsynfig_0_61_07%2Fsrc%2Fmodules%2Fmptr_mplayer%2FMakefile.am;h=0000000000000000000000000000000000000000;hb=6fa8f2f38d4b0b35f8539bf94e27ae27015c7689;hp=5580ade432e7cb2e6711dc0ebd26f37d791f40f7;hpb=47fce282611fbba1044921d22ca887f9b53ad91a;p=synfig.git diff --git a/synfig-core/tags/synfig_0_61_07/src/modules/mptr_mplayer/Makefile.am b/synfig-core/tags/synfig_0_61_07/src/modules/mptr_mplayer/Makefile.am deleted file mode 100644 index 5580ade..0000000 --- a/synfig-core/tags/synfig_0_61_07/src/modules/mptr_mplayer/Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ -# $Id$ - - -MAINTAINERCLEANFILES=Makefile.in -INCLUDES = -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@ - - -