Fix bugs in previous commit that caused FTBFS in synfig and ETL FTBFS with older...
[synfig.git] / synfig-core / tags / synfig_0_61_07_rc2 / src / modules / mod_geometry / Makefile.am
1 # $Id$
2
3
4 MAINTAINERCLEANFILES=Makefile.in
5 INCLUDES = -I$(top_srcdir)/src
6
7 # GCC on MacOS X does not take kindly to the -ffastmath optimization
8 # in this module for some reason.
9 AM_CXXFLAGS=`echo @CXXFLAGS@ | sed s/-ffast-math//g`
10
11 moduledir=@MODULE_DIR@
12
13 module_LTLIBRARIES = libmod_geometry.la
14 libmod_geometry_la_SOURCES = rectangle.cpp rectangle.h star.h star.cpp checkerboard.cpp checkerboard.h circle.cpp circle.h region.h region.cpp outline.h outline.cpp main.cpp 
15 libmod_geometry_la_CXXFLAGS = @SYNFIG_CFLAGS@
16 libmod_geometry_la_LIBADD = -L../../synfig -lsynfig @SYNFIG_LIBS@
17 libmod_geometry_la_LDFLAGS = -module -no-undefined
18 EXTRA_DIST= mod_geometry.nsh unmod_geometry.nsh