diff options
Diffstat (limited to 'lib/libdpv')
-rw-r--r-- | lib/libdpv/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libdpv/Makefile b/lib/libdpv/Makefile index 8096cc9..f2dc481 100644 --- a/lib/libdpv/Makefile +++ b/lib/libdpv/Makefile @@ -6,8 +6,7 @@ INCS= dpv.h MAN= dpv.3 MLINKS= dpv.3 dpv_free.3 -DPADD= ${LIBDIALOG} ${LIBFIGPAR} ${LIBNCURSESW} ${LIBUTIL} -LDADD= -ldialog -lfigpar -lncursesw -lutil +LIBADD= dialog figpar util ncursesw SRCS= dialog_util.c dialogrc.c dprompt.c dpv.c status.c util.c |