diff options
author | espie <espie> | 2019-05-23 21:36:42 +0000 |
---|---|---|
committer | espie <espie> | 2019-05-23 21:36:42 +0000 |
commit | 0dc8b7d5d8a3607de11732f660aa64aaf2844d11 (patch) | |
tree | 96a22774659cfe33d292af47e958a8400d065525 | |
parent | f3e01ecc42e34a914ee390658625e920d321734a (diff) | |
download | rtmux-0dc8b7d5d8a3607de11732f660aa64aaf2844d11.tar.gz rtmux-0dc8b7d5d8a3607de11732f660aa64aaf2844d11.tar.bz2 rtmux-0dc8b7d5d8a3607de11732f660aa64aaf2844d11.zip |
unbreak build, okay nicm@
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -127,6 +127,8 @@ CDIAGFLAGS+= -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations CDIAGFLAGS+= -Wwrite-strings -Wshadow -Wpointer-arith -Wsign-compare CDIAGFLAGS+= -Wundef -Wbad-function-cast -Winline -Wcast-align +CFLAGS += -I${.CURDIR} + LDADD= -lutil -lcurses -levent DPADD= ${LIBUTIL} ${LIBCURSES} ${LIBEVENT} |