Fix bugs in previous commit that caused FTBFS in synfig and ETL FTBFS with older...
[synfig.git] / synfig-core / tags / stable / src / modules / mptr_mplayer / Makefile.am
1 # $Id$
2
3
4 MAINTAINERCLEANFILES=Makefile.in
5 INCLUDES = -I$(top_builddir) -I$(top_srcdir)/src
6
7 moduledir=@MODULE_DIR@
8
9 module_LTLIBRARIES = libmptr_mplayer.la
10 libmptr_mplayer_la_SOURCES = main.cpp mptr_mplayer.cpp mptr_mplayer.h
11 libmptr_mplayer_la_LDFLAGS = -module -no-undefined -avoid-version
12 libmptr_mplayer_la_LIBADD = ../../synfig/libsynfig.la @SYNFIG_LIBS@
13
14
15