* misc changes
This commit is contained in:
@ -16,9 +16,14 @@
|
||||
|
||||
include $(top_srcdir)/gtest.mk
|
||||
|
||||
# enforce compiling this dir first before decending into tests/
|
||||
# enforce compiling guile (optionally) first,then this dir first
|
||||
# before decending into tests/
|
||||
SUBDIRS= .
|
||||
|
||||
if HAVE_GUILE
|
||||
SUBDIRS += guile
|
||||
endif
|
||||
|
||||
if BUILD_TESTS
|
||||
SUBDIRS += tests
|
||||
endif
|
||||
@ -108,6 +113,7 @@ libmu_la_SOURCES= \
|
||||
mu-util.h
|
||||
|
||||
|
||||
|
||||
libmu_la_LIBADD= \
|
||||
$(XAPIAN_LIBS) \
|
||||
$(GMIME_LIBS) \
|
||||
|
||||
Reference in New Issue
Block a user