Fix bugs in previous commit that caused FTBFS in synfig and ETL FTBFS with older...
[synfig.git] / synfig-core / tags / stable / src / modules / mod_openexr / 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_OPENEXR
10 module_LTLIBRARIES = libmod_openexr.la
11 libmod_openexr_la_SOURCES = main.cpp mptr_openexr.cpp mptr_openexr.h trgt_openexr.cpp trgt_openexr.h
12 libmod_openexr_la_LDFLAGS = -module @PNG_LIBS@ -no-undefined -avoid-version
13 libmod_openexr_la_LIBADD = ../../synfig/libsynfig.la @SYNFIG_LIBS@ @OPENEXR_LIBS@
14 libmod_openexr_la_CXXFLAGS = @SYNFIG_CFLAGS@ @OPENEXR_CFLAGS@
15 else
16 endif
17
18
19 EXTRA_DIST= mod_openexr.nsh unmod_openexr.nsh