Fix bugs in previous commit that caused FTBFS in synfig and ETL FTBFS with older...
[synfig.git] / synfig-core / tags / 0.61.09 / src / modules / mod_magickpp / Makefile.am
1 # $Id$
2
3 MAINTAINERCLEANFILES=Makefile.in
4 INCLUDES = -I$(top_builddir) -I$(top_srcdir)/src
5
6 moduledir=@MODULE_DIR@
7
8 if HAVE_LIBMAGICKPP
9 module_LTLIBRARIES = libmod_magickpp.la
10 libmod_magickpp_la_SOURCES = main.cpp trgt_magickpp.cpp trgt_magickpp.h
11 libmod_magickpp_la_LDFLAGS = -module @MAGICKPP_LIBS@ -no-undefined -avoid-version
12 libmod_magickpp_la_CXXFLAGS = @SYNFIG_CFLAGS@
13 libmod_magickpp_la_LIBADD = ../../synfig/libsynfig.la @SYNFIG_LIBS@
14 else
15 endif
16 EXTRA_DIST= mod_magickpp.nsh unmod_magickpp.nsh