diff options
Diffstat (limited to 'exec')
-rw-r--r-- | exec/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/exec/Makefile b/exec/Makefile index 518a7b44..d9c05fd1 100644 --- a/exec/Makefile +++ b/exec/Makefile @@ -18,16 +18,20 @@ dir := exec makemode := server -SRCS = exec.c hostarch.c unzip.c util.c inflate.c -OBJS = hostarch.o exec.o execServer.o fsysServer.o notifyServer.o \ +SRCS = exec.c main.c hostarch.c unzip.c util.c inflate.c +OBJS = main.o hostarch.o exec.o execServer.o \ $(gzip-objects) gzip-objects = unzip.o util.o inflate.o -LCLHDRS = gzip.h crypt.h tailor.h +LCLHDRS = gzip.h crypt.h tailor.h priv.h execmutations.h target = exec DIST_FILES = core.c gcore.c hashexec.c #OTHERLIBS = -lbfd -liberty +exec-MIGSFLAGS = -imacros execmutations.h + include ../Makeconf CPPFLAGS += -DGZIP # -DBFD +exec: ../libtrivfs/libtrivfs.so ../libthreads/libthreads.so \ + ../libshouldbeinlibc/libshouldbeinlibc.so |