diff options
author | Cyril Roelandt <tipecaml@gmail.com> | 2012-10-19 00:32:18 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-10-19 00:32:18 +0200 |
commit | b5014c2caaef8ee061c47b907a599526d9dbe875 (patch) | |
tree | aa0a2d118525a780e97662ee75f27cb6cfd9c56d | |
parent | 9cb2ed46f9958cf80221a75df5a56aa82d46133e (diff) |
Fix procfs link
Makefile (LIBS): Add -lfshelp
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |