On Aug 8 10:54, Christian Franke via Cygwin-apps wrote: > Missed yesterday, sorry. > > -- > Regards, > Christian >
> From 84065da466d9501d0522af8860ea829ee51c12f5 Mon Sep 17 00:00:00 2001 > From: Christian Franke <christian.fra...@t-online.de> > Date: Tue, 8 Aug 2023 10:52:14 +0200 > Subject: [PATCH] Add missing pechecksum.* to SRC_DISTFILES > > Signed-off-by: Christian Franke <christian.fra...@t-online.de> > --- > Makefile.in | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/Makefile.in b/Makefile.in > index 46df1d5..adb7972 100644 > --- a/Makefile.in > +++ b/Makefile.in > @@ -84,7 +84,8 @@ PEFLAGS_OBJS = peflags.$(O) pechecksum.$(O) $(LIBOBJS) > PEFLAGS_LIBS = > > SRC_DISTFILES = configure.ac configure Makefile.in \ > - peflagsall.in rebaseall.in peflags.c rebase.c \ > + peflagsall.in rebaseall.in \ > + pechecksum.c pechecksum.h peflags.c rebase.c \ > build.sh ChangeLog COPYING NEWS README setup.hint Todo \ > build-aux/config.guess build-aux/config.sub \ > build-aux/install-sh getopt.h_ getopt_long.c \ > -- > 2.39.0 > Pushed. Thanks, Corinna