autotools: improve build
*almost* works (except for guile/, which does work yet anyway).
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
# before descending into tests/
|
||||
include $(top_srcdir)/gtest.mk
|
||||
|
||||
SUBDIRS= utils message index
|
||||
SUBDIRS= thirdparty utils message index
|
||||
|
||||
TESTDEFS= \
|
||||
-DMU_TESTMAILDIR=\"${abs_srcdir}/testdir\" \
|
||||
|
||||
@ -63,7 +63,8 @@ libmu_utils_la_SOURCES= \
|
||||
mu-util.h \
|
||||
mu-utils.cc \
|
||||
mu-utils.hh \
|
||||
mu-xapian-utils.h
|
||||
mu-utils-format.hh \
|
||||
mu-xapian-utils.hh
|
||||
|
||||
libmu_utils_la_LIBADD= \
|
||||
$(GLIB_LIBS) \
|
||||
|
||||
Reference in New Issue
Block a user