mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 01:49:48 +00:00
- Move tools/* EXTRA_DISTs inside tools/Makefile.am because that's where they belong. - Add check-messages.py to EXTRA_DIST in tools/Makefile.am to allow someone who downloads the tarball to regenerate the entire message documentation just like before. - Add debug-messages.rst and kea-messages.rst to the tarball so that they are not forced to use check-messages.py to regenerate message documentation. - Add singlehtml to all rule. It is the only type of docs that are not built by default.
16 lines
277 B
Makefile
16 lines
277 B
Makefile
AM_CPPFLAGS = $(BOOST_INCLUDES)
|
|
|
|
AM_CXXFLAGS = $(KEA_CXXFLAGS)
|
|
|
|
if USE_STATIC_LINK
|
|
AM_LDFLAGS = -static
|
|
endif
|
|
|
|
EXTRA_DIST =
|
|
EXTRA_DIST += check-messages.py
|
|
EXTRA_DIST += mk_cfgrpt.sh
|
|
EXTRA_DIST += path_replacer.sh
|
|
|
|
CLEANFILES = *.gcno *.gcda
|
|
DISTCLEANFILES = path_replacer.sh
|