Fix bugs in previous commit that caused FTBFS in synfig and ETL FTBFS with older...
[synfig.git] / synfig-core / tags / stable / src / modules / mod_ffmpeg / 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 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 -avoid-version
13 libmod_ffmpeg_la_CXXFLAGS = @SYNFIG_CFLAGS@
14 libmod_ffmpeg_la_LIBADD = ../../synfig/libsynfig.la @SYNFIG_LIBS@
15 else
16 endif
17
18
19 EXTRA_DIST= mod_ffmpeg.nsh unmod_ffmpeg.nsh