autotools: fix build

This commit is contained in:
Dirk-Jan C. Binnema 2022-05-05 23:40:56 +03:00
parent 9e278be590
commit 62e546a4e2
4 changed files with 3 additions and 14 deletions

View File

@ -87,18 +87,7 @@ libmu_la_SOURCES= \
mu-xapian.cc \
mu-xapian.hh \
mu-maildir.cc \
mu-maildir.hh \
mu-msg-crypto.cc \
mu-msg-doc.cc \
mu-msg-doc.hh \
mu-msg-file.cc \
mu-msg-file.hh \
mu-msg-part.cc \
mu-msg-part.hh \
mu-msg-priv.hh \
mu-msg-sexp.cc \
mu-msg.cc \
mu-msg.hh
mu-maildir.hh
libmu_la_LIBADD= \
$(XAPIAN_LIBS) \

View File

@ -29,7 +29,6 @@ libmu_message_la_SOURCES= \
mu-message.hh \
mu-message-part.cc \
mu-message-part.hh \
mu-message-sexp.cc \
mu-contact.hh \
mu-contact.cc \
mu-document.cc \

View File

@ -48,6 +48,7 @@ mu_SOURCES= \
mu-cmd-index.cc \
mu-cmd-server.cc \
mu-cmd-script.cc \
mu-cmd-fields.cc \
mu-cmd.cc \
mu-cmd.hh

View File

@ -20,5 +20,5 @@ SUBDIRS=
# for mug2 and msg2pdf, we need webkit
if BUILD_GUI
SUBDIRS += mug # msg2pdf
#SUBDIRS += mug # msg2pdf
endif