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 / mod_ffmpeg / Makefile.am
1 # $Id$
2
3
4 MAINTAINERCLEANFILES=Makefile.in
5 INCLUDES = -I$(top_srcdir)/src
6
7 moduledir=@MODULE_DIR@
8
9 if WITH_FFMPEG
10 module_LTLIBRARIES = libmod_ffmpeg.la
11 libmod_ffmpeg_la_SOURCES = main.cpp mptr_ffmpeg.cpp mptr_ffmpeg.h trgt_ffmpeg.cpp trgt_ffmpeg.h
12 libmod_ffmpeg_la_LDFLAGS = -module -no-undefined
13 libmod_ffmpeg_la_CXXFLAGS = @SYNFIG_CFLAGS@
14 libmod_ffmpeg_la_LIBADD = -L../../synfig -lsynfig @SYNFIG_LIBS@
15 else
16 endif
17
18
19 EXTRA_DIST= mod_ffmpeg.nsh unmod_ffmpeg.nsh