Reformat and clean up the automake files
[synfig.git] / synfig-core / trunk / src / modules / mptr_mplayer / Makefile.am
1 # $Id$
2
3 MAINTAINERCLEANFILES = \
4         Makefile.in
5
6 INCLUDES = \
7         -I$(top_builddir) \
8         -I$(top_srcdir)/src
9
10
11 moduledir = @MODULE_DIR@
12
13 module_LTLIBRARIES = libmptr_mplayer.la
14
15 libmptr_mplayer_la_SOURCES = \
16         main.cpp \
17         mptr_mplayer.cpp \
18         mptr_mplayer.h
19
20 libmptr_mplayer_la_LDFLAGS = \
21         -module \
22         -no-undefined \
23         -avoid-version
24
25 libmptr_mplayer_la_LIBADD = \
26         ../../synfig/libsynfig.la \
27         @SYNFIG_LIBS@
28
29
30