X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftags%2Fsynfig_0_61_04%2Fsynfig-core%2Fsrc%2Fmodules%2Fmptr_mplayer%2FMakefile.am;fp=synfig-core%2Ftags%2Fsynfig_0_61_04%2Fsynfig-core%2Fsrc%2Fmodules%2Fmptr_mplayer%2FMakefile.am;h=0000000000000000000000000000000000000000;hb=3a6643238c67c043fc3592837a05d6d2861967f1;hp=2cfa2ca3066b170af0e7504649dcb072e3a63dea;hpb=47fce282611fbba1044921d22ca887f9b53ad91a;p=synfig.git diff --git a/synfig-core/tags/synfig_0_61_04/synfig-core/src/modules/mptr_mplayer/Makefile.am b/synfig-core/tags/synfig_0_61_04/synfig-core/src/modules/mptr_mplayer/Makefile.am deleted file mode 100644 index 2cfa2ca..0000000 --- a/synfig-core/tags/synfig_0_61_04/synfig-core/src/modules/mptr_mplayer/Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ -# $Header: /opt/voria/cvs/synfig/src/modules/mptr_mplayer/Makefile.am,v 1.1.1.1 2005/01/04 01:23:14 darco Exp $ - - -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@ - - -