X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_geometry%2FMakefile.am;h=3d5f33fa1114e173cca483347d6f15d7dc75582b;hb=93ae1a8db0116cd93b6e1c844207b2a12cda73fa;hp=42e387147237e3854133e418b80f6fcb82f434a2;hpb=c14cc71c9489cef19270e9945995569f13efeada;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_geometry/Makefile.am b/synfig-core/trunk/src/modules/mod_geometry/Makefile.am index 42e3871..3d5f33f 100644 --- a/synfig-core/trunk/src/modules/mod_geometry/Makefile.am +++ b/synfig-core/trunk/src/modules/mod_geometry/Makefile.am @@ -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@