Commit 58caddb1 authored by Lucas Russo's avatar Lucas Russo

Makefile: define MLM_BUILD_DRAFT_API as version 1.0.0 requires

As all of the Malamute is a draft API, we need
this
parent ac6feecc
...@@ -135,6 +135,10 @@ ifneq ($(CFG_FILENAME),) ...@@ -135,6 +135,10 @@ ifneq ($(CFG_FILENAME),)
CFLAGS_USR += -D__CFG_FILENAME__=$(CFG_FILENAME) CFLAGS_USR += -D__CFG_FILENAME__=$(CFG_FILENAME)
endif endif
# Malamute 1.0.0 requires this to be defined
# as all of its API is in DRAFT state
CFLAGS_USR += -DMLM_BUILD_DRAFT_API
# Debug conditional flags # Debug conditional flags
CFLAGS_DEBUG = CFLAGS_DEBUG =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment