summaryrefslogtreecommitdiff
blob: 475292144ee7367feed4369971715962e6c63156 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@
 INSTALL = /usr/bin/install -c
 STRIP = strip
 
-LIBS = -lncurses
+LIBS = $(shell ${PKG_CONFIG} --libs ncurses)
 CC = gcc
 CFLAGS = -g -O2 -Wall