Fix bugs in previous commit that caused FTBFS in synfig and ETL FTBFS with older...
[synfig.git] / synfig-core / tags / synfig_0_61_07_rc3 / src / modules / mptr_mplayer / Makefile.am
1 # $Id$
2
3
4 MAINTAINERCLEANFILES=Makefile.in
5 INCLUDES = -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
12 libmptr_mplayer_la_LIBADD = -L../../synfig -lsynfig @SYNFIG_LIBS@
13
14
15