aboutsummaryrefslogtreecommitdiffstats
path: root/build_tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'build_tools/Makefile')
-rw-r--r--build_tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_tools/Makefile b/build_tools/Makefile
index d5d5df043..d48017fc2 100644
--- a/build_tools/Makefile
+++ b/build_tools/Makefile
@@ -1,5 +1,5 @@
MENUSELECT_OBJS=menuselect.o menuselect_curses.o
-MENUSELECT_CFLAGS=-g -c -D_GNU_SOURCE -I../ -I../include/
+MENUSELECT_CFLAGS=-g -c -D_GNU_SOURCE -DMENUSELECT -I../ -I../include/
MENUSELECT_LIBS=../mxml/libmxml.a
ifeq ($(OSARCH),SunOS)