summaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
blob: 15b11d1db6d67d5c6f654397cc31765c94febfc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
AM_CPPFLAGS = $(BOOST_INCLUDES)

AM_CXXFLAGS = $(KEA_CXXFLAGS)

if USE_STATIC_LINK
AM_LDFLAGS = -static
endif

CLEANFILES = *.gcno *.gcda
DISTCLEANFILES = path_replacer.sh

if GENERATE_DOCS

# Scripts for Cassandra support. Ultimately those scripts will have to be
# incorporated in DataStax cpp-driver source tree, but until that happens,
# let's keep them in Kea repo.
# Scripts for sysrepo are also included. If users do not want to install
# the sysrepo libraries and binaries in the default system tree and prefer
# a custom path, these scripts can be used.
EXTRA_DIST = cql_config cql_config_defines.sh.sample

endif