2023-03-23 21:10:04 +00:00
|
|
|
bin_PROGRAMS = mboxgrep
|
2023-03-27 22:48:26 +00:00
|
|
|
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
|
2023-03-23 21:10:04 +00:00
|
|
|
|
2023-03-27 22:48:26 +00:00
|
|
|
mboxgrep_LDADD = $(LIBOBJS)
|