summaryrefslogtreecommitdiffstats
path: root/src/lib/config_backend/Makefile.am
blob: 2b51675719a7f6434ab9595d99256cc17dc22abd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
SUBDIRS = . tests

AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
AM_CPPFLAGS += $(BOOST_INCLUDES)

AM_CXXFLAGS = $(KEA_CXXFLAGS)

EXTRA_DIST  = base_config_backend.h
EXTRA_DIST += base_config_backend_mgr.h
EXTRA_DIST += base_config_backend_pool.h
EXTRA_DIST += constants.h

# The message file should be in the distribution.
#EXTRA_DIST += config_backend.dox

CLEANFILES = *.gcno *.gcda

# Specify the headers for copying into the installation directory tree.
libkea_cb_includedir = $(pkgincludedir)/config_backend
libkea_cb_include_HEADERS = \
	base_config_backend.h \
	base_config_backend_mgr.h \
	base_config_backend_pool.h \
	constants.h