blob: df0bb06cb9683776c7e37921a3f0e5392af8394b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/src/Makefile
+++ b/src/Makefile
@@ -11,7 +11,7 @@
INSTALL = install
CFLAGS += -I../include -Wall -D__THREADS
-LIBS = -lpthread -lncurses
+LIBS = -lpthread $(shell ${PKG_CONFIG} --libs ncurses)
SRC = bwmon.c
OBJS = $(SRC:.c=.o)
|