Fix 1785598: studio crash when marking all Bline vertices as Off. Don't attempt...
[synfig.git] / synfig-core / trunk / src / modules / mod_geometry / Makefile.am
index a0723a8..3d5f33f 100644 (file)
@@ -1,4 +1,4 @@
-# $Header: /opt/voria/cvs/synfig/src/modules/mod_geometry/Makefile.am,v 1.1.1.1 2005/01/04 01:23:10 darco Exp $
+# $Id$
 
 
 MAINTAINERCLEANFILES=Makefile.in
@@ -6,7 +6,7 @@ INCLUDES = -I$(top_srcdir)/src
 
 # GCC on MacOS X does not take kindly to the -ffastmath optimization
 # in this module for some reason.
-CXXFLAGS=`echo @CXXFLAGS@ | sed s/-ffast-math//g`
+AM_CXXFLAGS=`echo @CXXFLAGS@ | sed s/-ffast-math//g`
 
 moduledir=@MODULE_DIR@