build: update autotools build

This commit is contained in:
Dirk-Jan C. Binnema
2022-02-19 19:32:02 +02:00
parent 4f81f04d24
commit be2f91c0ad
2 changed files with 10 additions and 9 deletions

View File

@ -88,8 +88,6 @@ libmu_la_SOURCES= \
mu-xapian.hh \
mu-maildir.cc \
mu-maildir.hh \
mu-flags.cc \
mu-flags.hh \
mu-msg-crypto.cc \
mu-msg-doc.cc \
mu-msg-doc.hh \
@ -99,12 +97,15 @@ libmu_la_SOURCES= \
mu-msg-file.hh \
mu-msg-part.cc \
mu-msg-part.hh \
mu-msg-prio.c \
mu-msg-prio.h \
mu-msg-priv.hh \
mu-msg-sexp.cc \
mu-msg.cc \
mu-msg.hh
mu-msg.hh \
mu-message-flags.hh \
mu-message-flags.cc \
mu-message-priority.hh \
mu-message-priority.cc
libmu_la_LIBADD= \
$(XAPIAN_LIBS) \

View File

@ -53,7 +53,7 @@ mu_SOURCES= \
mu-cmd.hh
BUILT_SOURCES= \
mu-help-strings.h
mu-help-strings.inc
mu-help-strings.inc: mu-help-strings.txt mu-help-strings.awk
$(AM_V_GEN) $(AWK) -f ${top_srcdir}/mu/mu-help-strings.awk < $< > $@