From 07b0785c207cd46751abcb17cf44168621bbc479 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Mon, 22 Jul 2013 17:54:36 +0200 Subject: Makefile: add -lpthread * Makefile (LIBS): Link with libpthread. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9ab2ab8..5c51c1d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ TARGET = procfs OBJS = procfs.o netfs.o procfs_dir.o \ process.o proclist.o rootdir.o dircat.o main.o -LIBS = -lnetfs -lps -lfshelp +LIBS = -lnetfs -lps -lfshelp -lpthread CC = gcc CFLAGS = -Wall -g -- cgit v1.2.3