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 77190315a..7f4d8b4ec 100644
--- a/build_tools/Makefile
+++ b/build_tools/Makefile
@@ -1,4 +1,4 @@
-MENUSELECT_OBJS=menuselect.o menuselect_curses.o
+MENUSELECT_OBJS=menuselect.o menuselect_curses.o ../strcompat.o
MENUSELECT_CFLAGS=-g -c -D_GNU_SOURCE -I../ -I../include/
MENUSELECT_LIBS=../mxml/libmxml.a $(CURSES_LIB)