Reformat and clean up the automake files
[synfig.git] / synfig-core / trunk / src / modules / mod_ffmpeg / 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 if WITH_FFMPEG
14
15 module_LTLIBRARIES = libmod_ffmpeg.la
16
17 libmod_ffmpeg_la_SOURCES = \
18         main.cpp \
19         mptr_ffmpeg.cpp \
20         mptr_ffmpeg.h \
21         trgt_ffmpeg.cpp \
22         trgt_ffmpeg.h
23
24 libmod_ffmpeg_la_LDFLAGS = \
25         -module \
26         -no-undefined \
27         -avoid-version
28
29 libmod_ffmpeg_la_CXXFLAGS = \
30         @SYNFIG_CFLAGS@
31
32 libmod_ffmpeg_la_LIBADD = \
33         ../../synfig/libsynfig.la \
34         @SYNFIG_LIBS@
35
36 endif
37
38
39 EXTRA_DIST = \
40         mod_ffmpeg.nsh \
41         unmod_ffmpeg.nsh