Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-11-11 14:01:15 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-11-11 14:01:15 +0300
commitdfb27a34942175c21e12c0bf88d31bb869188239 (patch)
tree46bb6db56a06cc16f883745ef2d3754dbdeca742 /source/blender/modifiers
parent98e98bf5d20f5ef0344acbb384a0cd632b10a6f2 (diff)
fix mistake in makefile
Diffstat (limited to 'source/blender/modifiers')
-rw-r--r--source/blender/modifiers/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/modifiers/Makefile b/source/blender/modifiers/Makefile
index 2115e8ac888..fc9426cac19 100644
--- a/source/blender/modifiers/Makefile
+++ b/source/blender/modifiers/Makefile
@@ -30,5 +30,6 @@
SOURCEDIR = source/blender/modifiers
DIRS = intern
-CFLAGS += -DWITH_MOD_BOOLEAN -DWITH_MOD_BOOLEAN
+CFLAGS += -DWITH_MOD_BOOLEAN
+CFLAGS += -DWITH_MOD_DECIMATE
include nan_subdirs.mk