Fix Automake macros. Remove autogenerated files from the git repo.

This commit is contained in:
2023-03-28 00:48:26 +02:00
parent 033063befc
commit 3040f9c363
11 changed files with 11 additions and 9835 deletions

View File

@@ -1,4 +1,6 @@
bin_PROGRAMS = mboxgrep
mboxgrep_SOURCES = getopt1.c getopt.c info.c maildir.c main.c mbox.c md5.c mh.c misc.c re.c scan.c wrap.c
mboxgrep_LDADD = $(LIBOBJS)
mboxgrep_SOURCES = info.c info.h maildir.c maildir.h main.c mbox.c mbox.h \
mboxgrep.h md5.c md5.h message.h misc.c misc.h mh.c mh.h \
getopt.c getopt1.c getopt.h re.c re.h scan.c scan.h wrap.c wrap.h
mboxgrep_LDADD = $(LIBOBJS)