aboutsummaryrefslogtreecommitdiffstats
path: root/build_tools
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-25 05:26:02 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-25 05:26:02 +0000
commitec16cd7e34879d351783dd97c23648e63b5733be (patch)
tree5497d221f272deffeefa8794fd92cd203df2b248 /build_tools
parent0e5e437fe6857f2713a2d0947cbbaae53c022a8b (diff)
menuselect needs strcompat.o for strsep on Solaris
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22344 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'build_tools')
-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)