summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCyril Roelandt <tipecaml@gmail.com>2012-10-19 00:32:18 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-10-19 00:32:18 +0200
commitb5014c2caaef8ee061c47b907a599526d9dbe875 (patch)
treeaa0a2d118525a780e97662ee75f27cb6cfd9c56d /Makefile
parent9cb2ed46f9958cf80221a75df5a56aa82d46133e (diff)
Fix procfs link
Makefile (LIBS): Add -lfshelp
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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