summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index b7078e2..5bde095 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -124,4 +124,8 @@ DEFINES += -DLAGFIX
endif
endif
+ifeq ($(USE_OLD_COLOUR_OPS),1)
+ FLAGS += -DUSE_OLD_COLOUR_OPS
+endif
+
COMMON_DEFINES += $(CODE_DEFINES) $(WARNINGS_DEFINES) $(fpic)