diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-11-25 23:55:59 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-11-25 23:55:59 +0000 |
commit | e2245d6757d06ddd5a5a5f7fc09a5f3a4f727cbd (patch) | |
tree | 54c9622142c42965c1671700fabba0f65d96ddb6 /procfs/Makefile | |
parent | 78d6b6c9f73c1a76ca3e9c710af327a4072cd247 (diff) | |
parent | 59a0c7c744d634c87edc487bfd7acc5a615fe662 (diff) |
Merge branch 'procfs-jkoenig' into procfs-jkoenig-moved
Conflicts:
Makefile
netfs.c
procfs.h
procfs_dir.c
Diffstat (limited to 'procfs/Makefile')
-rw-r--r-- | procfs/Makefile | 2 |
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 |