libdialog has to be linked to libncursesw and libm

This commit is contained in:
Baptiste Daroussin 2014-11-07 10:49:54 +00:00
parent 6df8a71067
commit 4032b02a60
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=274226

View File

@ -13,6 +13,9 @@ SRCS= argv.c arrows.c buildlist.c buttons.c calendar.c checklist.c \
INCS= dialog.h dlg_colors.h dlg_config.h dlg_keys.h
MAN= dialog.3
DPADD= ${LIBNCURSESW} ${LIBM}
LDADD= -lncursesw -lm
CFLAGS+= -I${.CURDIR} -I${DIALOG} -D_XOPEN_SOURCE_EXTENDED -DGCC_UNUSED=__unused
.PATH: ${DIALOG}
WARNS?= 1