diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-07-27 21:08:48 +0000 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-07-27 21:08:48 +0000 |
| commit | 21adb5284111190057db245cfc2b54091920c373 (patch) | |
| tree | eb7f1709f14f18c7fc705be8da2e941bd07fb49b /procfs/Makefile | |
| parent | bf5c437c82625cd44897faaa84ac81c470423846 (diff) | |
New upstream snapshot
Diffstat (limited to 'procfs/Makefile')
| -rw-r--r-- | procfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/procfs/Makefile b/procfs/Makefile index c69cb206..5c51c1d2 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 -lfshelp +LIBS = -lnetfs -lps -lfshelp -lpthread CC = gcc CFLAGS = -Wall -g @@ -12,7 +12,7 @@ ifdef PROFILE CFLAGS= -g -pg CPPFLAGS= -DPROFILE LDFLAGS= -static -LIBS= -lnetfs -lfshelp -liohelp -lps -lports -lthreads -lihash -lshouldbeinlibc +LIBS= -lnetfs -lfshelp -liohelp -lps -lports -lpthread -lihash -lshouldbeinlibc endif CPPFLAGS += -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 |
