diff options
-rw-r--r-- | exec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exec/Makefile b/exec/Makefile index b789d3ee..5314d270 100644 --- a/exec/Makefile +++ b/exec/Makefile @@ -25,7 +25,7 @@ OBJS = main.o hostarch.o exec.o hashexec.o \ gzip-objects = unzip.o util.o inflate.o LCLHDRS = gzip.h crypt.h tailor.h priv.h execmutations.h target = exec -DIST_FILES = core.c gcore.c +DIST_FILES = core.c gcore.c elfcore.c crash.c exectrans.c #OTHERLIBS = -lbfd -liberty exec-MIGSFLAGS = -imacros $(srcdir)/execmutations.h |