mirror of
https://github.com/tmux/tmux.git
synced 2024-11-16 09:28:51 +00:00
Fix DPADD, from Brad.
This commit is contained in:
parent
8a37a1cc2d
commit
383c682563
2
Makefile
2
Makefile
@ -46,6 +46,6 @@ CDIAGFLAGS+= -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare
|
|||||||
CDIAGFLAGS+= -Wundef -Wbad-function-cast -Winline -Wcast-align
|
CDIAGFLAGS+= -Wundef -Wbad-function-cast -Winline -Wcast-align
|
||||||
|
|
||||||
LDADD= -lutil -lcurses -levent
|
LDADD= -lutil -lcurses -levent
|
||||||
DPADD= ${LIBUTIL}
|
DPADD= ${LIBUTIL} ${LIBCURSES} ${LIBEVENT}
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user