summaryrefslogtreecommitdiff
path: root/procfs/Makefile
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-11-26 00:01:03 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-11-26 00:01:03 +0000
commit49d84add92befb8e67a4830e19ec0620d65806c8 (patch)
treed5c5459497454b511c59211d5a6837995011a769 /procfs/Makefile
parent8e356c7bfe89b967ec3f1bface1149f6d1b7cd65 (diff)
parente2245d6757d06ddd5a5a5f7fc09a5f3a4f727cbd (diff)
Merge branch 'procfs-jkoenig-moved' into upstream-merged
Diffstat (limited to 'procfs/Makefile')
-rw-r--r--procfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/procfs/Makefile b/procfs/Makefile
index a397522f..c69cb206 100644
--- a/procfs/Makefile
+++ b/procfs/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