X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmptr_mplayer%2FMakefile.am;fp=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmptr_mplayer%2FMakefile.am;h=0000000000000000000000000000000000000000;hb=a095981e18cc37a8ecc7cd237cc22b9c10329264;hp=7612078fe12c4a955157452d76cf1ce92ea14aba;hpb=9459638ad6797b8139f1e9f0715c96076dbf0890;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 deleted file mode 100644 index 7612078..0000000 --- a/synfig-core/trunk/src/modules/mptr_mplayer/Makefile.am +++ /dev/null @@ -1,30 +0,0 @@ -# $Id$ - -MAINTAINERCLEANFILES = \ - Makefile.in - -INCLUDES = \ - -I$(top_builddir) \ - -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 \ - -avoid-version - -libmptr_mplayer_la_LIBADD = \ - ../../synfig/libsynfig.la \ - @SYNFIG_LIBS@ - - -