Switch to unified view

a/src/Makefile.am b/src/Makefile.am
1
2
# Conditionally enable building the small test drivers, but don't
3
# distribute them, they are not generally useful
4
if COND_TESTMAINS
5
  MAYBE_TESTMAINS = testmains
6
endif
7
SUBDIRS = . $(MAYBE_TESTMAINS)
8
DIST_SUBDIRS = .
1
9
2
CXXFLAGS ?= @CXXFLAGS@
10
CXXFLAGS ?= @CXXFLAGS@
3
LIBXAPIAN=@LIBXAPIAN@
11
LIBXAPIAN=@LIBXAPIAN@
4
XAPIANCXXFLAGS=@XAPIANCXXFLAGS@
12
XAPIANCXXFLAGS=@XAPIANCXXFLAGS@
5
XSLT_CFLAGS=@XSLT_CFLAGS@
13
XSLT_CFLAGS=@XSLT_CFLAGS@