From b5014c2caaef8ee061c47b907a599526d9dbe875 Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Fri, 19 Oct 2012 00:32:18 +0200 Subject: Fix procfs link Makefile (LIBS): Add -lfshelp --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a397522..c69cb20 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 +LIBS = -lnetfs -lps -lfshelp CC = gcc CFLAGS = -Wall -g -- cgit v1.2.3