diff options
Diffstat (limited to 'ifpps/Makefile')
-rw-r--r-- | ifpps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ifpps/Makefile b/ifpps/Makefile index 28c3544..a86e88c 100644 --- a/ifpps/Makefile +++ b/ifpps/Makefile @@ -1,4 +1,4 @@ -ifpps-libs = -lncurses +ifpps-libs = $(shell pkg-config --libs ncurses) ifpps-objs = xmalloc.o \ xio.o \ |