Delete svn tags. We don't need them in git
[synfig.git] / synfig-core / tags / synfig_0_61_03 / synfig-core / src / modules / mptr_mplayer / Makefile.am
diff --git a/synfig-core/tags/synfig_0_61_03/synfig-core/src/modules/mptr_mplayer/Makefile.am b/synfig-core/tags/synfig_0_61_03/synfig-core/src/modules/mptr_mplayer/Makefile.am
deleted file mode 100644 (file)
index 2cfa2ca..0000000
+++ /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@
-
-
-